Skip to content

Commit

Permalink
chore: prep 1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Oct 18, 2023
1 parent 95061a2 commit f07336e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion framework/core/src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f07336e

Please sign in to comment.