From b164306eab0dc5c3c2db11769824b28dc2db6020 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger <2-mleutenegger@users.noreply.git.syntro.ch> Date: Thu, 30 Sep 2021 18:06:33 +0200 Subject: [PATCH] release/2.0.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7b4be..0c55e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [2.0.2] - 2021-09-30 +### 🐞 Fixed +- allow overwriting of the Title field via customised data + + ## [2.0.1] - 2021-09-28 ### 🐞 Fixed @@ -51,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 - 2020-05-25 -[Unreleased]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.1...HEAD +[Unreleased]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.2...HEAD +[2.0.2]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/syntro-opensource/silverstripe-seo/compare/1.0.3...2.0.0 [1.0.3]: https://github.com/syntro-opensource/silverstripe-seo/compare/1.0.2...1.0.3