diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index a660ec81bf..8d4c22ad27 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,7 @@ +# 4.8.1.2 + + + # 4.8.1.1 - Add some sensible maximum amounts to form inputs. diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 6b31e870e6..09f678f7df 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 37, - appMarketingVersion = (defaultText = "4.8.1.1"), + appVersion = 38, + appMarketingVersion = (defaultText = "4.8.1.2"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index b823349b37..1d99a0367e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.8.1.1 + - VERSION=4.8.1.2 dist: xenial diff --git a/changelog.md b/changelog.md index 206746fe47..b36139a379 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.8.1.2 (API 0.10.2)] - 2019-10-05 + ## [4.8.1.1 (API 0.10.2)] - 2019-09-12 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 37eb62ec05..250b98e9c9 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.1', + 'version' => '4.8.1.2', 'api_version' => '0.10.2', 'db_version' => 11, 'maxUploadSize' => 15242880,