Release v1.2.1

This commit is contained in:
Alexander Skvortsov 2022-03-10 15:47:26 -05:00
parent 085c44ec63
commit dd5c516156
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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.