Bump version: 9.14.5 → 9.15.0

This commit is contained in:
github-actions[bot]
2023-05-22 18:02:53 +00:00
parent c67b132a7b
commit a42bd9b7ba
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.15.0 - 2023-05-22
- Update Curl::diagnose() to detect bit flags with negative values ([#781](https://github.com/php-curl-class/php-curl-class/pull/781))
- Display bit flags in use when calling Curl::diagnose() ([#779](https://github.com/php-curl-class/php-curl-class/pull/779))
## 9.14.5 - 2023-05-16
- Handle missing content-type response header in Curl::diagnose() ([#778](https://github.com/php-curl-class/php-curl-class/pull/778))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.14.5';
const VERSION = '9.15.0';
const DEFAULT_TIMEOUT = 30;
public $curl = null;