Skip to content

Commit

Permalink
chore: bumps version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Mar 18, 2021
1 parent ffd296f commit 6f57eed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

# Release Notes

## [Unreleased](https://github.com/algolia/search-bundle/compare/4.1.2...master)
## [Unreleased](https://github.com/algolia/search-bundle/compare/5.0.0...master)

## [v5.0.0](https://github.com/algolia/search-bundle/compare/4.1.2...5.0.0)
### Breaking Changes
- Update Doctrine components and add Symfony 5.2 support ([#355](https://github.com/algolia/search-bundle/pull/355))
- Drops support for PHP < 7.2


## [v4.1.2](https://github.com/algolia/search-bundle/compare/4.1.1...4.1.2)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
* **Flexible**: All methods take optional `$requestOptions` to let you handle your data as you wish
* **Dev-friendly**: Auto-completion and type-hinting thanks to an exhaustive documentation

Algolia SearchBundle supports PHP > 7.1

## 💡 Getting Started

First, install Algolia Search Bundle Integration via the composer package manager:
Expand Down
2 changes: 1 addition & 1 deletion src/AlgoliaSearchBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class AlgoliaSearchBundle extends Bundle
/**
* Holds the bundle version.
*/
const VERSION = '4.1.2';
const VERSION = '5.0.0';

/**
* @return void
Expand Down

0 comments on commit 6f57eed

Please sign in to comment.