Bump version number and complete Change log

This commit is contained in:
Bubka 2020-10-12 23:09:47 +02:00
parent 89eb860b28
commit 12ca334638
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change log # Change log
## [1.3.1] - 2020-10-12
### Changed
- Upgrade to Laravel 7.0
- Drop PHP 7.2 support
- Enable the Request reset password form in Demo mode but inactivated
### Fixed
- Fix missing notifications in Auth views
## [1.3.0] - 2020-10-09 ## [1.3.0] - 2020-10-09
### Added ### Added

View File

@ -22,7 +22,7 @@ return [
| |
*/ */
'version' => '1.3.0', 'version' => '1.3.1',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------