Skip to content

Commit dfe0d83

Browse files
committed
chore: bumps version to 8.0.0
1 parent 864737e commit dfe0d83

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
# Release Notes
88

9-
## [Unreleased](https://github.com/algolia/search-bundle/compare/7.0.0...master)
9+
## [Unreleased](https://github.com/algolia/search-bundle/compare/8.0.0...master)
10+
11+
## [v8.0.0](https://github.com/algolia/search-bundle/compare/7.0.0...8.0.0)
12+
13+
### Added
14+
- Added support for Symfony 8 ([#393](https://github.com/algolia/search-bundle/pull/393))
15+
- Added support for Doctrine ORM 3, Doctrine Bundle 3, and Doctrine Persistence 4
16+
17+
### Changed
18+
- Migrated service configuration from XML to YAML
19+
- Replaced deprecated `Symfony\Component\HttpKernel\DependencyInjection\Extension` with `Symfony\Component\DependencyInjection\Extension\Extension`
20+
- Replaced deprecated `Symfony\Component\Serializer\Annotation\Groups` with `Symfony\Component\Serializer\Attribute\Groups`
21+
22+
### Removed
23+
- Removed `friendsofphp/proxy-manager-lts` and `symfony/proxy-manager-bridge` dependencies (Symfony uses native lazy ghost objects since 6.2)
1024

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

src/AlgoliaSearchBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class AlgoliaSearchBundle extends Bundle
1111
/**
1212
* Holds the bundle version.
1313
*/
14-
public const VERSION = '7.0.0';
14+
public const VERSION = '8.0.0';
1515

1616
public function boot(): void
1717
{

0 commit comments

Comments
 (0)