File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ 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.1.0] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...3.1.0 )
12+
13+ ### Added
14+ - Add search alias for multiple queries ([ #684 ] ( https://github.com/algolia/algoliasearch-client-php/pull/684 ) )
15+ - Add RecommendClient class ([ #686 ] ( https://github.com/algolia/algoliasearch-client-php/pull/686 ) )
16+
17+ ### Changed
18+ - Rename recommendation client ([ #682 ] ( https://github.com/algolia/algoliasearch-client-php/pull/682 ) )
19+
20+ ### Fixed
21+ - Pin log dependency ([ #685 ] ( https://github.com/algolia/algoliasearch-client-php/pull/685 ) )
22+
1123## [ v3.0.2] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...3.0.2 )
1224
1325### Fixed
Original file line number Diff line number Diff line change 1010
1111final class Algolia
1212{
13- const VERSION = '3.0.2 ' ;
13+ const VERSION = '3.1.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