File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...master )
1010
11+ ## [ v3.2.0] ( https://github.com/algolia/algoliasearch-client-php/compare/3.1.0...3.2.0 )
12+
13+ ### Added
14+ - Add #[ \ReturnTypeWillChange] when needed for PHP 8.1 compatibility ([ #697 ] ( https://github.com/algolia/algoliasearch-client-php/pull/697 ) )
15+
16+ ### Changed
17+ - chore: move to newer CircleCI image ([ #688 ] ( https://github.com/algolia/algoliasearch-client-php/pull/688 ) )
18+ - chore: add PHP 8.1 image check in the CircleCI workflow ([ #699 ] ( https://github.com/algolia/algoliasearch-client-php/pull/699 ) )
19+
20+ ### Fixed
21+ - Fix Psr log ([ #696 ] ( https://github.com/algolia/algoliasearch-client-php/pull/696 ) )
22+ - Allow newer version of psr/simple-cache ([ #698 ] ( https://github.com/algolia/algoliasearch-client-php/pull/698 ) )
23+
1124## [ v3.1.0] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...3.1.0 )
1225
1326### Added
Original file line number Diff line number Diff line change 1010
1111final class Algolia
1212{
13- const VERSION = '3.1 .0 ' ;
13+ const VERSION = '3.2 .0 ' ;
1414
1515 /**
1616 * Holds an instance of the simple cache repository (PSR-16).
You can’t perform that action at this time.
0 commit comments