1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

chore: Release v1.1.1

This commit is contained in:
SychO9
2021-10-22 10:28:37 +01:00
parent 9c8dceff33
commit eb3a60338f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # 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) ## [1.1.0](https://github.com/flarum/core/compare/v1.0.4...v1.1.0)

View File

@@ -21,7 +21,7 @@ class Application
* *
* @var string * @var string
*/ */
const VERSION = '1.1.0'; const VERSION = '1.1.1';
/** /**
* The IoC container for the Flarum application. * The IoC container for the Flarum application.