diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..35537d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,25 @@ # Changelog + +## [0.2.0](https://github.com/brick/geo-doctrine/releases/tag/0.2.0) - 2022-10-11 + +💥 **Breaking changes** + +- Minimum PHP version is now `8.0` + +✨ **Improvements** + +- Compatibility with `brick/geo` version `0.8` + +🩹 **Deprecation fixes** + +- Fixed code using deprecated Doctrine method `AbstractPlatform::getName()` + +## [0.1.1](https://github.com/brick/geo-doctrine/releases/tag/0.1.1) - 2022-03-21 + +**Deprecation fixes** + +* Add return types to methods. + +## [0.1.0](https://github.com/brick/geo-doctrine/releases/tag/0.1.0) - 2021-10-10 + +:tada: First release!