Skip to content

Commit

Permalink
chore: bumps version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Aug 31, 2021
1 parent e7820ce commit 42793a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

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

### Added
- Add search alias for multiple queries ([#684](https://github.com/algolia/algoliasearch-client-php/pull/684))
- Add RecommendClient class ([#686](https://github.com/algolia/algoliasearch-client-php/pull/686))

### Changed
- Rename recommendation client ([#682](https://github.com/algolia/algoliasearch-client-php/pull/682))

### Fixed
- Pin log dependency ([#685](https://github.com/algolia/algoliasearch-client-php/pull/685))

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

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

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

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

0 comments on commit 42793a9

Please sign in to comment.