Skip to content

Commit

Permalink
chore: bumps version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jul 15, 2024
1 parent 294ebd5 commit c611677
Show file tree
Hide file tree
Showing 3 changed files with 8 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/6.0.1...master)
## [Unreleased](https://github.com/algolia/search-bundle/compare/7.0.0...master)

## [v7.0.0](https://github.com/algolia/search-bundle/compare/6.0.1...7.0.0)

### Changed
- Added support for Symfony 7 ([#381](https://github.com/algolia/search-bundle/pull/381)). This means support for older Symfony versions is dropped in this new version, and PHP >= 8.2 is required.

## [v6.0.1](https://github.com/algolia/search-bundle/compare/6.0.0...6.0.1)
### Changed
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.
*/
public const VERSION = '6.0.1';
public const VERSION = '7.0.0';

/**
* @return void
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<tag name="doctrine.event_listener"
event="preRemove"
connection="default"/>
<tag name="doctrine_mongodb.odm.event_subscriber" />
</service>

<service id="search.client" class="Algolia\AlgoliaSearch\SearchClient" public="true" lazy="true">
Expand Down

0 comments on commit c611677

Please sign in to comment.