Skip to content

Commit

Permalink
chore: bumps version to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Sep 22, 2022
1 parent 0971a49 commit cbd07bc
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.3.1...master)
## [Unreleased](https://github.com/algolia/algoliasearch-client-php/compare/3.3.2...master)

## [v3.3.2](https://github.com/algolia/algoliasearch-client-php/compare/3.3.1...3.3.2)

### Fixed
- Add phpdoc regarding return types ([#710](https://github.com/algolia/algoliasearch-client-php/pull/710))

## [v3.3.1](https://github.com/algolia/algoliasearch-client-php/compare/3.3.0...3.3.1)

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

final class Algolia
{
const VERSION = '3.3.1';
const VERSION = '3.3.2';

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

0 comments on commit cbd07bc

Please sign in to comment.