From 71eadd9ea84ba5c8dcf15a7b2b2bd39085753ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:02:59 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.14.0=20=E2=86=92=209.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ src/Curl/Curl.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5a41c..bf0fe2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage. +## 9.14.1 - 2023-02-27 + +- Remove coding standard ruleset exclusion ([#768](https://github.com/php-curl-class/php-curl-class/pull/768)) + ## 9.14.0 - 2023-02-26 - Make https:// and http:// the allowed request protocols by default ([#767](https://github.com/php-curl-class/php-curl-class/pull/767)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 4a4c2db..d819650 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -8,7 +8,7 @@ use Curl\Url; class Curl extends BaseCurl { - const VERSION = '9.14.0'; + const VERSION = '9.14.1'; const DEFAULT_TIMEOUT = 30; public $curl = null;