Skip to content

Commit

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

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

### Fixed
- Made the `SettingsManager` class non-final ([#365](https://github.com/algolia/search-bundle/pull/365))

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

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.1';
const VERSION = '5.1.2';

/**
* @return void
Expand Down

0 comments on commit be29ca8

Please sign in to comment.