Skip to content

Commit

Permalink
chore: bumps version to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Nov 5, 2019
1 parent f6d542d commit 446c9fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# Release Notes

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

## [v2.5.0](https://github.com/algolia/algoliasearch-client-php/compare/2.4.0...2.5.0)

### Added
- Make Logger injectacle in ApiWrapper ([#593](https://github.com/algolia/algoliasearch-client-php/pull/593))

### Fixed
- Type information in `HttpClientInterface:sendRequest` ([#594](https://github.com/algolia/algoliasearch-client-php/pull/594))

### Chore
- Composer update and CS fix ([#595](https://github.com/algolia/algoliasearch-client-php/pull/595))

## [v2.4.0](https://github.com/algolia/algoliasearch-client-php/compare/2.3.0...2.4.0)

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

final class Algolia
{
const VERSION = '2.4.0';
const VERSION = '2.5.0';

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

0 comments on commit 446c9fa

Please sign in to comment.