diff --git a/CHANGELOG.md b/CHANGELOG.md index e79cd07..f882cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [2.2.0] - 2022-07-19 +### 🍰 Added +- Structured data for searchengines ([#17](https://github.com/syntro-opensource/silverstripe-seo/issues/17)) +- A `robots` meta-tag automatically generated ([#16](https://github.com/syntro-opensource/silverstripe-seo/issues/16)) + +### 🐞 Fixed +- Errorpages do not show the seo-fields +- SEO information is not shown on RedirectorPage and VirtualPage ([#19](https://github.com/syntro-opensource/silverstripe-seo/issues/19)) +- deprecation warning in php > 8 + +### 🔧 Changed +- Page analysis is now done via a react field ([#20](https://github.com/syntro-opensource/silverstripe-seo/issues/20)) +- update test workflow & dependabot config ([#18](https://github.com/syntro-opensource/silverstripe-seo/issues/18)) + + ## [2.1.1] - 2022-03-14 ### 🐞 Fixed @@ -75,7 +91,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.1.1...HEAD +[Unreleased]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.2.0...HEAD +[2.2.0]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/syntro-opensource/silverstripe-seo/compare/2.0.2...2.0.3