From 505c09484dce27793ca9cb9c266c4eb8bda52359 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:02:54 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.16.1=20=E2=86=92=209.17.0?= 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 b64fc42..5f8d42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage. +## 9.17.0 - 2023-06-13 + +- Make method to display curl option value public ([#790](https://github.com/php-curl-class/php-curl-class/pull/790)) + ## 9.16.1 - 2023-06-12 - Differentiate between internal options and user-set options ([#788](https://github.com/php-curl-class/php-curl-class/pull/788)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 6ac0199..e0da903 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.16.1'; + const VERSION = '9.17.0'; const DEFAULT_TIMEOUT = 30; public $curl = null;