diff --git a/CHANGELOG.md b/CHANGELOG.md index e414a85293..26250f94dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.2.1](https://github.com/flarum/core/compare/v1.2.0...v1.2.1) + +### Fixed +- Don't escape single quotes in discussion title meta tags (60600f4d2b8f0c5dac94c329041427a0a08fad42) + ## [1.2.0](https://github.com/flarum/core/compare/v1.1.1...v1.2.0) ### Added diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index 2a9bb6f36d..fccc2e3edd 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.2.0'; + const VERSION = '1.2.1'; /** * The IoC container for the Flarum application.