Skip to content

Commit

Permalink
chore: bumps version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Apr 19, 2021
1 parent 55f7463 commit e82a3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 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,9 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

# Release Notes

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

## [v5.1.0](https://github.com/algolia/search-bundle/compare/5.0.0...5.1.0)

### Changed
- Update the Algolia API client version ([#360](https://github.com/algolia/search-bundle/pull/360))

## [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
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 = '5.0.0';
const VERSION = '5.1.0';

/**
* @return void
Expand Down

0 comments on commit e82a3f6

Please sign in to comment.