Skip to content

Commit 8b69cd9

Browse files
authored
Merge pull request #238 from stof/prepare_release
Prepare the release
2 parents 6b9d160 + aee2e9b commit 8b69cd9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [2.6.0] - 2024-07-04
9+
10+
- Fix the deprecation for implicit nullable types in PHP 8.4
11+
- Remove usage of the deprecated base extension from HttpKernel
12+
- Remove dev files from the archives
13+
814
## [2.5.0] - 2024-01-04
915

1016
- Add support to Symfony 7.0
@@ -186,7 +192,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
186192

187193
## [1.0.1] - 2014-07-18
188194

189-
[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.2.0...HEAD
195+
[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.6.0...HEAD
196+
[2.6.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.5.0...v2.6.0
190197
[2.2.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.1.0...v2.2.0
191198
[2.1.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.1...v2.1.0
192199
[2.0.1]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)