diff --git a/CHANGELOG.md b/CHANGELOG.md index c03af6d1..22bc0129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased] +## [1.2.0] - 2019-09-03 + ### Added - Don't embed schema markup when page should not be indexed by search engines (#18) - Use @graph when multiple types on root level (#17) @@ -95,7 +97,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/brotkrueml/schema/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/brotkrueml/schema/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/brotkrueml/schema/compare/v0.9.0...v1.0.0 [0.9.0]: https://github.com/brotkrueml/schema/compare/v0.8.1...v0.9.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 691c6a86..6f5986d9 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.2.0-dev +release = 1.2.0 copyright = 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 4ad02f6c..9745142c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'version' => '1.2.0-dev', + 'version' => '1.2.0', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.0.99',