Changelog and version bump.

This commit is contained in:
James Cole
2016-12-18 10:48:05 +01:00
parent 1ea2b8bbcb
commit 8666197e05
2 changed files with 13 additions and 1 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.2.2] - 2016-12-18
### Added
- New budget report (still a bit of a beta)
- Can now edit user
### Changed
- New config for specific events. Still need to build Notifications.
### Fixed
- Various bugs
- Issue #472 thanks to @zjean
## [4.2.1] - 2016-12-09
### Added
- BIC support (see #430)

View File

@@ -29,7 +29,7 @@ return [
'mail_for_blocked_login' => false,
],
'chart' => 'chartjs',
'version' => '4.2.1',
'version' => '4.2.2',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],