Skip to content

Commit

Permalink
chore: bumps version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed May 4, 2021
1 parent b48f1e2 commit 421abbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# Release Notes

## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...master)
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.2...master)

## [v3.0.2](https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...3.0.2)

### Fixed
- Use ::class instead of string for class name ([#667](https://github.com/algolia/algoliasearch-client-php/pull/667))

## [v3.0.1](https://github.com/algolia/algoliasearch-client-php/compare/3.0.0...3.0.1)

Expand Down
2 changes: 1 addition & 1 deletion src/Algolia.php
Expand Up @@ -10,7 +10,7 @@

final class Algolia
{
const VERSION = '3.0.1';
const VERSION = '3.0.2';

/**
* Holds an instance of the simple cache repository (PSR-16).
Expand Down

0 comments on commit 421abbf

Please sign in to comment.