Skip to content

Commit 680afbc

Browse files
Bump version: 9.19.0 → 9.19.1
1 parent f87653b commit 680afbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 9.19.1 - 2024-02-27
10+
11+
- Fix afterSend not being called ([#848](https://github.com/php-curl-class/php-curl-class/pull/848))
12+
913
## 9.19.0 - 2024-01-18
1014

1115
- Allow displaying curl option value without specifying value ([#837](https://github.com/php-curl-class/php-curl-class/pull/837))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Curl extends BaseCurl
88
{
9-
const VERSION = '9.19.0';
9+
const VERSION = '9.19.1';
1010
const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)