changelog for v1.0.4

This commit is contained in:
Daniel Klabbers 2021-06-28 12:22:48 +02:00
parent 4a5b84d2e7
commit 17e9bccc15
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [1.0.4](https://github.com/flarum/core/compare/v1.0.3...v1.0.4)
### Fixed
- Upgrade to v1.0 resets the "view" permission on all tags (https://github.com/flarum/core/pull/2941)
## [1.0.3](https://github.com/flarum/core/compare/v1.0.2...v1.0.3)
### Changed

View File

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