diff --git a/CHANGELOG.md b/CHANGELOG.md index c61ed18..5b08bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2025-12-15 + +### Added + +- Allow Symfony v8 in `composer.json` by @HypeMC in https://github.com/sofascore/purgatory-bundle/pull/119 + ## [1.2.1] - 2025-10-13 -### Changed +### Added - Allow Doctrine bundle v3 in `composer.json` by @HypeMC in https://github.com/sofascore/purgatory-bundle/pull/114