Update version, add changelog.

This commit is contained in:
James Cole 2019-12-20 06:15:00 +01:00
parent 6ad2021739
commit 689850c55c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
5 changed files with 26 additions and 12 deletions

View File

@ -14,21 +14,21 @@ jobs:
include:
- dist: xenial
arch: amd64
env: ARCH=amd64 CHANNEL=stable VERSION=4.8.2
env: ARCH=amd64 CHANNEL=alpha VERSION=4.8.3-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: ARCH=arm CHANNEL=stable VERSION=4.8.2
env: ARCH=arm CHANNEL=alpha VERSION=4.8.3-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: arm64
env: ARCH=arm64 CHANNEL=stable VERSION=4.8.2
env: ARCH=arm64 CHANNEL=alpha VERSION=4.8.3-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: CHANNEL=stable VERSION=4.8.2
env: CHANNEL=alpha VERSION=4.8.3-alpha.1
stage: manifest
script: ./.deploy/docker/manifest.sh

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.8.3 (API 0.10.5)] - 20xx-xx-xx
### 4.8.3-alpha.1
- #2874
- #2878
- #2876
- Firefly III now supports redis as cache backend.
- Fine tune Docker container startup times using new environment variables.
- #2895
- #2881
- Footer will warn you of alpha and beta versions.
- #2901
## [4.8.2 (API 0.10.5)] - 2019-11-29
After several alpha and beta versions (which were mainly released because I was

View File

@ -75,7 +75,7 @@
"davejamesmiller/laravel-breadcrumbs": "5.*",
"doctrine/dbal": "2.*",
"fideloper/proxy": "4.*",
"jc5/google2fa-laravel": "2.*",
"jc5/google2fa-laravel": "2.0.3",
"laravel/framework": "5.8.*",
"laravel/passport": "7.*",
"laravelcollective/html": "5.8.*",

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "aab8986d8f659600448665fe949d0c7c",
"content-hash": "1e3454ca8ca83a4e72686abb44c79d67",
"packages": [
{
"name": "adldap2/adldap2",
@ -1395,16 +1395,16 @@
},
{
"name": "jc5/google2fa-laravel",
"version": "2.0.1",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/JC5/google2fa-laravel.git",
"reference": "6839b1d50855fd9a4bbd5c3cbc2f939c33db3249"
"reference": "6d67f8cbe5f39d08c5b6522717764dcaf0ce6312"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JC5/google2fa-laravel/zipball/6839b1d50855fd9a4bbd5c3cbc2f939c33db3249",
"reference": "6839b1d50855fd9a4bbd5c3cbc2f939c33db3249",
"url": "https://api.github.com/repos/JC5/google2fa-laravel/zipball/6d67f8cbe5f39d08c5b6522717764dcaf0ce6312",
"reference": "6d67f8cbe5f39d08c5b6522717764dcaf0ce6312",
"shasum": ""
},
"require": {
@ -1468,7 +1468,7 @@
"google2fa",
"laravel"
],
"time": "2019-12-15T11:50:53+00:00"
"time": "2019-12-20T05:07:12+00:00"
},
{
"name": "laravel/framework",

View File

@ -125,7 +125,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.2',
'version' => '4.8.3-alpha.1',
'api_version' => '0.10.5',
'db_version' => 11,
'maxUploadSize' => 15242880,