Bump version: 9.16.0 → 9.16.1

This commit is contained in:
github-actions[bot]
2023-06-12 18:02:52 +00:00
parent eb97fa55d5
commit 8223f13fce
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.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))
- Create method to display a curl option value ([#785](https://github.com/php-curl-class/php-curl-class/pull/785))
- Fix existing header overwritten after using MultiCurl::addCurl() ([#787](https://github.com/php-curl-class/php-curl-class/pull/787))
## 9.16.0 - 2023-05-25
- Graduate Curl::fastDownload() ([#783](https://github.com/php-curl-class/php-curl-class/pull/783))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl extends BaseCurl
{
const VERSION = '9.16.0';
const VERSION = '9.16.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;