Skip to content

Commit

Permalink
chore:bumps version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Jul 6, 2022
1 parent a8f0326 commit aa491a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# Release Notes

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

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

### Changed
- Use interface for constructor arguments ([#704](https://github.com/algolia/algoliasearch-client-php/pull/704))

### Fixed
- Corrected saveObjects call example ([#702](https://github.com/algolia/algoliasearch-client-php/pull/702))
- Fixes deprecation alert when using symfony/error-handler ([#703](https://github.com/algolia/algoliasearch-client-php/pull/703))

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

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

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

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

0 comments on commit aa491a3

Please sign in to comment.