Skip to content

Commit

Permalink
chore: bumps version to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Apr 13, 2023
1 parent 4918fea commit 1625706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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.1.2...master)
## [Unreleased](https://github.com/algolia/search-bundle/compare/6.0.1...master)

## [v6.0.1](https://github.com/algolia/search-bundle/compare/6.0.0...6.0.1)
### Changed
- Loosened version restriction for `doctrine/persistence` ([#370](https://github.com/algolia/search-bundle/pull/370))

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

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 = '6.0.0';
const VERSION = '6.0.1';

/**
* @return void
Expand Down

0 comments on commit 1625706

Please sign in to comment.