Skip to content

Commit

Permalink
chore: bumps version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Apr 23, 2021
1 parent 87f2781 commit 17083be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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/2.8.0...master)
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.0.1...master)

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

### Fixed
- Remove invalid method call ([#675](https://github.com/algolia/algoliasearch-client-php/pull/675))

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

Expand Down
2 changes: 1 addition & 1 deletion src/Algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

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

0 comments on commit 17083be

Please sign in to comment.