Skip to content

Commit

Permalink
chore: bumps version to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Aug 10, 2023
1 parent e218795 commit df4508d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# Release Notes

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

### Changed

- Drop support for PHP 7.2
- Update DOCKER_README.MD ([#716](https://github.com/algolia/algoliasearch-client-php/pull/716)) (by @matthewbond)

### Added

- Include input string in message about invalid json ([#711](https://github.com/algolia/algoliasearch-client-php/pull/711))
- Include input string in message about invalid json ([#711](https://github.com/algolia/algoliasearch-client-php/pull/711)) (by @greg0ire)
- Add support for psr/http-message ^2.0 ([#719](https://github.com/algolia/algoliasearch-client-php/pull/719)) (by @Stoux)

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

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

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

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

0 comments on commit df4508d

Please sign in to comment.