From afded47750156f5ec4d41edbccbee0b63b6a21e8 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 27 Aug 2020 23:33:50 +0200 Subject: [PATCH] chore: bump version 2.19.0 (#4379) --- CHANGELOG.md | 15 +++++++++++++-- config/monica.php | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf57080167d..d65b92bc1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ ### Enhancements: +* + +### Fixes: + +* + + +# RELEASED VERSIONS: + +## v2.19.0 - 2020-08-27 + +### Enhancements: + * Update tag management on the contact profile * Add next and previous arrows when viewing photos * Add dependency to php imagick module @@ -18,8 +31,6 @@ * Fix vue-select usage -# RELEASED VERSIONS: - ## v2.18.0 - 2020-05-23 ### New features: diff --git a/config/monica.php b/config/monica.php index fda89b81dce..af0fffdee6d 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.18.0', + 'app_version' => '2.19.0', /* |--------------------------------------------------------------------------