Skip to content

Commit

Permalink
release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 14, 2022
1 parent c4f8799 commit f015a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 2.6.0

## 2.5.0 (14. December 2022)

+ [#95](https://github.com/php-mod/curl/issues/95) Potential memory leak prevention where curl object was not destroyed due to object reference.
Expand Down
2 changes: 1 addition & 1 deletion src/Curl/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Curl
/**
* @var string The user agent name which is set when making a request
*/
const USER_AGENT = 'PHP Curl/2.5 (+https://github.com/php-mod/curl)';
const USER_AGENT = 'PHP Curl/2.6 (+https://github.com/php-mod/curl)';

private $_cookies = array();

Expand Down

0 comments on commit f015a0d

Please sign in to comment.