Bump version: 9.12.6 → 9.13.0

This commit is contained in:
github-actions[bot]
2023-01-13 12:29:36 +00:00
parent 20d50d380b
commit 09e4d04872
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.13.0 - 2023-01-13
- Implement abstract class BaseCurl for Curl and MultiCurl ([#759](https://github.com/php-curl-class/php-curl-class/pull/759))
- Display error messages found in Curl::diagnose() ([#758](https://github.com/php-curl-class/php-curl-class/pull/758))
- Fix Curl::diagnose() request type output for POST requests ([#757](https://github.com/php-curl-class/php-curl-class/pull/757))
## 9.12.6 - 2023-01-11
- Replace use of #[\AllowDynamicProperties] ([#756](https://github.com/php-curl-class/php-curl-class/pull/756))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.12.6';
const VERSION = '9.13.0';
const DEFAULT_TIMEOUT = 30;
public $curl = null;