From 7905e0bd7046fef6719d92b2efbf5aa4d12c59e8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 26 Apr 2020 10:02:25 +0200 Subject: [PATCH] Bump to 5.2.4 --- changelog.md | 5 +++-- config/firefly.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index e87a93ca0f..edf9930556 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/config/firefly.php b/config/firefly.php index a9e7bd31ea..30cdc35a0e 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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,