From 012eea8168d7252ce7768a75a617b3c6cd83c02b Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Sun, 10 Mar 2024 11:56:07 +0100 Subject: [PATCH] release/2.2.3 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c93959..1efc361 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.2.3] - 2024-03-10 +### 🐞 Fixed +- Schema graph correctly renders DataObjects as Pages ([#69](https://github.com/syntro-opensource/silverstripe-seo/issues/69)) + + ## [2.2.2] - 2024-03-08 ### 🐞 Fixed @@ -110,7 +116,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.2.2...HEAD +[Unreleased]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.2.3...HEAD +[2.2.3]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.2.2...2.2.3 [2.2.2]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.1.1...2.2.0