From a4874e10b82456e2ff9187e3a8b6a06ca925fd44 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 30 Jan 2020 04:47:40 +0100 Subject: [PATCH] Update changelog and set version. --- changelog.md | 8 ++++++++ config/firefly.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5b822493ed..2bfa862f6e 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.0.3 (API 1.0.0)] - 2020-01-30 + +This release fixes several bugs found in 5.0.0 and earlier releases. + +### Fixed + +- A script tries to connect over MySQL, despite Firefly III being configured to connect over another DB type. + ## [5.0.1 (API 1.0.0)] - 2020-01-25 This release fixes several bugs found in 5.0.0 and earlier releases. diff --git a/config/firefly.php b/config/firefly.php index 1cddd22f0e..bb983cec09 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -136,7 +136,7 @@ return [ 'export' => true, ], 'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), - 'version' => '5.0.1', + 'version' => '5.0.3', 'api_version' => '1.0.0', 'db_version' => 12, 'maxUploadSize' => 15242880,