Skip to content

Commit

Permalink
chore(*): Prepare release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 16, 2024
1 parent 6092c74 commit 639afd3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ As far as possible, we try to adhere to [Symfony guidelines](https://symfony.com

---

## [2.3.1](https://github.com/crowdsecurity/php-common/releases/tag/v2.3.1) - 2024-10-16
[_Compare with previous release_](https://github.com/crowdsecurity/php-common/compare/v2.3.0...v2.3.1)


### Fixed

- Remove `Host` header for `file_get_contents` request handler
- Check status code before trying to decode the response body

---

## [2.3.0](https://github.com/crowdsecurity/php-common/releases/tag/v2.3.0) - 2024-10-04
[_Compare with previous release_](https://github.com/crowdsecurity/php-common/compare/v2.2.0...v2.3.0)

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Constants
/**
* @var string The current version of this library
*/
public const VERSION = 'v2.3.0';
public const VERSION = 'v2.3.1';
/**
* @var string The version regex
*/
Expand Down

0 comments on commit 639afd3

Please sign in to comment.