diff --git a/CHANGELOG.md b/CHANGELOG.md index edf357e52a..93ec6164ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.8.3](https://github.com/flarum/framework/compare/v1.8.2...v1.8.3) +### Fixed +* Console extender does not accept ::class [#3900] +* Conditional extender instantiation [#3898] + ## [v1.8.2](https://github.com/flarum/framework/compare/v1.8.1...v1.8.2) ### Fixed * suspended users can abuse avatar upload [#3890] diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index ac6c10f2e3..9fb2e62b24 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.2'; + const VERSION = '1.8.3'; /** * The IoC container for the Flarum application.