diff --git a/CHANGELOG.md b/CHANGELOG.md index c06bb58b..530d890e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.1] - 2025-04-14 + +### Fixed + +- Fix `if` with nullable inverse subscriptions by @Brajk19 in https://github.com/sofascore/purgatory-bundle/pull/98 + and https://github.com/sofascore/purgatory-bundle/pull/99 + ## [1.1.0] - 2025-01-27 ### Added @@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[1.1.1]: https://github.com/sofascore/purgatory-bundle/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/sofascore/purgatory-bundle/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/sofascore/purgatory-bundle/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/sofascore/purgatory-bundle/releases/tag/v1.0.0