Bump version: 11.0.5 → 11.1.0

This commit is contained in:
github-actions[bot]
2025-03-24 18:04:25 +00:00
parent d57b0049a9
commit 062f586135
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 -->
## 11.1.0 - 2025-03-24
- Add methods like Curl::setGet() for each HTTP request method ([#936](https://github.com/php-curl-class/php-curl-class/pull/936))
## 11.0.5 - 2025-03-11
- Fix PHPStan static analysis errors ([#929](https://github.com/php-curl-class/php-curl-class/pull/929))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
public const VERSION = '11.0.5';
public const VERSION = '11.1.0';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;