Bump to 5.2.4

This commit is contained in:
James Cole 2020-04-26 10:02:25 +02:00
parent f4b1da352d
commit 7905e0bd70
2 changed files with 4 additions and 3 deletions

View File

@ -2,13 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.3 (API 1.1.0)] - 2020-04-26
## [5.2.4 (API 1.1.0)] - 2020-04-26
### Fixed
- [Issue 3287](https://github.com/firefly-iii/firefly-iii/issues/3287) Locale issue
- [Issue 3251](https://github.com/firefly-iii/firefly-iii/issues/3251) Budget order
## [3.4.2] - 2015-05-25
## [5.2.3 (API 1.1.0)] - 2020-04-22
### Added
- Support for British English! 🇬🇧
- You can set your locale *and* your language now.

View File

@ -138,7 +138,7 @@ return [
],
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.2.3',
'version' => '5.2.4',
'api_version' => '1.1.0',
'db_version' => 13,
'maxUploadSize' => 15242880,