1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 19:20:21 +02:00

Release v1.2

This commit is contained in:
Daniel Klabbers
2022-01-20 12:17:01 +01:00
parent 0edd226996
commit c96b8b8877
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## [1.2.0](https://github.com/flarum/suspend/compare/v1.1.0...v1.2.0)
### Added
- Display suspension to user on first visit (https://github.com/flarum/suspend/pull/41).
## [1.1.0](https://github.com/flarum/suspend/compare/v1.0.0...v1.1.0) ## [1.1.0](https://github.com/flarum/suspend/compare/v1.0.0...v1.1.0)
### Changed ### Changed

View File

@@ -19,7 +19,7 @@
} }
], ],
"require": { "require": {
"flarum/core": "^1.1" "flarum/core": "^1.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {