Skip to content

Commit

Permalink
chore: bumps version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jan 28, 2022
1 parent d1840b8 commit 79d48fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

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

## [v6.0.0](https://github.com/algolia/search-bundle/compare/5.1.2...6.0.0)

### Changed
- Added support for Symfony 6 ([#366](https://github.com/algolia/search-bundle/pull/366)). This means support for Symfony v4 is dropped in this new version, as well as PHP <8.0.2.

## [v5.1.2](https://github.com/algolia/search-bundle/compare/5.1.1...5.1.2)

### Fixed
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.1.2';
const VERSION = '6.0.0';

/**
* @return void
Expand Down

0 comments on commit 79d48fd

Please sign in to comment.