Skip to content

Commit

Permalink
chore: bumps version to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Jan 4, 2022
1 parent ed034da commit 8d78421
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

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

### Added
- Add #[\ReturnTypeWillChange] when needed for PHP 8.1 compatibility ([#697](https://github.com/algolia/algoliasearch-client-php/pull/697))

### Changed
- chore: move to newer CircleCI image ([#688](https://github.com/algolia/algoliasearch-client-php/pull/688))
- chore: add PHP 8.1 image check in the CircleCI workflow ([#699](https://github.com/algolia/algoliasearch-client-php/pull/699))

### Fixed
- Fix Psr log ([#696](https://github.com/algolia/algoliasearch-client-php/pull/696))
- Allow newer version of psr/simple-cache ([#698](https://github.com/algolia/algoliasearch-client-php/pull/698))

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

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

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

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

0 comments on commit 8d78421

Please sign in to comment.