Update version.

This commit is contained in:
James Cole
2018-04-04 19:18:59 +02:00
parent b55545b959
commit 7cd51a7747
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.7.2.2] - 2018-04-04
### Fixed
- Bug in split transaction edit routine
- Piggy bank percentage was very specific.
- Logging in Slack is easier to config.
- [Issue 1312](https://github.com/firefly-iii/firefly-iii/issues/1312) Import broken for ING accounts
- [Issue 1313](https://github.com/firefly-iii/firefly-iii/issues/1313) Error when creating new asset account
- [Issue 1317](https://github.com/firefly-iii/firefly-iii/issues/1317) Forgot an include :(
## [4.7.2.1] - 2018-04-02
### Fixed
- Null pointer exception in transaction overview.

View File

@@ -86,7 +86,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.2.1',
'version' => '4.7.2.2',
'api_version' => '0.1',
'db_version' => 2,
'maxUploadSize' => 15242880,