Bump version: 9.19.0 → 9.19.1

This commit is contained in:
github-actions[bot]
2024-02-27 18:03:38 +00:00
parent f87653becf
commit 680afbcfd9
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.19.1 - 2024-02-27
- Fix afterSend not being called ([#848](https://github.com/php-curl-class/php-curl-class/pull/848))
## 9.19.0 - 2024-01-18
- Allow displaying curl option value without specifying value ([#837](https://github.com/php-curl-class/php-curl-class/pull/837))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
const VERSION = '9.19.0';
const VERSION = '9.19.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;