Bump version: 9.14.4 → 9.14.5

This commit is contained in:
github-actions[bot]
2023-05-16 18:02:43 +00:00
parent 0ea79808d6
commit 3e0a9ebff9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 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))
## 9.14.4 - 2023-05-08
- Update article in Curl::diagnose() Allow header warning ([#776](https://github.com/php-curl-class/php-curl-class/pull/776))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.14.4';
const VERSION = '9.14.5';
const DEFAULT_TIMEOUT = 30;
public $curl = null;