Bump version: 12.0.0 → 12.0.1

This commit is contained in:
github-actions[bot]
2025-11-03 18:05:05 +00:00
parent 7e724dc9b8
commit 6484fdde6b
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 -->
## 12.0.1 - 2025-11-03
- Remove calls to deprecated functions ([#1005](https://github.com/php-curl-class/php-curl-class/pull/1005))
## 12.0.0 - 2025-03-25
- Drop support for PHP 7.4 ([#937](https://github.com/php-curl-class/php-curl-class/pull/937))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '12.0.0';
public const VERSION = '12.0.1';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;