File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77# Release Notes
88
9- ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master )
9+ ## [ v3.4.0] ( https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master )
10+
11+ ### Changed
12+
13+ - Drop support for PHP 7.2
14+ - Update DOCKER_README.MD ([ #716 ] ( https://github.com/algolia/algoliasearch-client-php/pull/716 ) ) (by @matthewbond )
1015
1116### Added
1217
13- - Include input string in message about invalid json ([ #711 ] ( https://github.com/algolia/algoliasearch-client-php/pull/711 ) )
18+ - Include input string in message about invalid json ([ #711 ] ( https://github.com/algolia/algoliasearch-client-php/pull/711 ) ) (by @greg0ire )
19+ - Add support for psr/http-message ^2.0 ([ #719 ] ( https://github.com/algolia/algoliasearch-client-php/pull/719 ) ) (by @Stoux )
1420
1521## [ v3.3.2] ( https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...3.3.2 )
1622
Original file line number Diff line number Diff line change 1010
1111final class Algolia
1212{
13- const VERSION = '3.3.2 ' ;
13+ const VERSION = '3.4.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