File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ 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.0.1...master )
9+ ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...master )
10+
11+ ## [ v3.0.2] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...3.0.2 )
12+
13+ ### Fixed
14+ - Use ::class instead of string for class name ([ #667 ] ( https://github.com/algolia/algoliasearch-client-php/pull/667 ) )
1015
1116## [ v3.0.1] ( https://github.com/algolia/algoliasearch-client-php/compare/3.0.0...3.0.1 )
1217
Original file line number Diff line number Diff line change 1010
1111final class Algolia
1212{
13- const VERSION = '3.0.1 ' ;
13+ const VERSION = '3.0.2 ' ;
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