diff --git a/CHANGELOG.md b/CHANGELOG.md index c16bdbc68b..525339ba4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.1.1](https://github.com/flarum/core/compare/v1.1.0...v1.1.1) + +### Fixed +- Performance issue with very large communities. ## [1.1.0](https://github.com/flarum/core/compare/v1.0.4...v1.1.0) diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index 81d005b21f..7496a97a3b 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; /** * The IoC container for the Flarum application.