diff --git a/CHANGELOG.md b/CHANGELOG.md index 308ebcb5bc..76188d81e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.8.5](https://github.com/flarum/framework/compare/v1.8.4...v1.8.5) +### Fixed +* Logout controller allows open redirects [#3948] + ## [v1.8.4](https://github.com/flarum/framework/compare/v1.8.3...v1.8.4) ### Fixed * `s9e/textformatter` 2.15 has breaking changes [#3946] diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index 3d2d324b1b..9a766f2ab2 100644 --- a/framework/core/src/Foundation/Application.php +++ b/framework/core/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.8.4'; + const VERSION = '1.8.5'; /** * The IoC container for the Flarum application.