diff --git a/CHANGELOG.md b/CHANGELOG.md index bfafd51..8d5528f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] + +## [0.2.0] (2024-03-27) + * Update Symfony versions to 5.4, 6.4, 7.0. [#22] * Increase required PHP version to 8.1 [#20] @@ -11,7 +14,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Initial release. -[Unreleased]: https://github.com/contao/monorepo-tools/compare/0.1.0...HEAD +[Unreleased]: https://github.com/contao/monorepo-tools/compare/0.2.0...HEAD +[0.2.0]: https://github.com/contao/monorepo-tools/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/contao/monorepo-tools/commits/0.1.0 [#22]: https://github.com/contao/monorepo-tools/issues/22