diff --git a/.travis.yml b/.travis.yml index 2587b84c1b..b823349b37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.8.1 + - VERSION=4.8.1.1 dist: xenial diff --git a/changelog.md b/changelog.md index a80c7fff54..a6853770a2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.8.1 (API 0.10.2)] - 2019-08-xx +## [4.8.1.1 (API 0.10.2)] - 2019-09-08 + +Fixes a query error on the /tags page that affected some MySQL users. + +## [4.8.1 (API 0.10.2)] - 2019-09-08 Firefly III 4.8.1 requires PHP 7.3. diff --git a/config/firefly.php b/config/firefly.php index 64dbd7e33e..e8360c6472 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -125,7 +125,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.8.1', + 'version' => '4.8.1.1', 'api_version' => '0.10.2', 'db_version' => 11, 'maxUploadSize' => 15242880,