Skip to content

Commit

Permalink
chore: bumps version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Apr 14, 2021
1 parent 1c9440d commit 02e947f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

## [v3.0.0](https://github.com/algolia/algoliasearch-client-php/compare/2.8.0...3.0.0)

### Changed
- Major version - Drops support for PHP < 7.2

## [v2.8.0](https://github.com/algolia/algoliasearch-client-php/compare/2.7.3...2.8.0)

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

final class Algolia
{
const VERSION = '2.8.0';
const VERSION = '3.0.0';

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

0 comments on commit 02e947f

Please sign in to comment.