From c7d192455977a02d462b526dfbf91985efc9cd48 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Tue, 24 Sep 2019 23:38:50 +0200 Subject: [PATCH] chore: bump version 2.15.1 (#3042) --- CHANGELOG.md | 11 +++++++++-- config/monica.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d091d9d8a5..72899fcf663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,20 @@ ### Fixes: +* + + +# RELEASED VERSIONS: + +## v2.15.1 - 2019-09-24 + +### Fixes: + * Fix people header file * Fix query and scope searches with table prefix * Remove monica:clean command confirmation -# RELEASED VERSIONS: - ## v2.15.0 - 2019-09-22 ### New features: diff --git a/config/monica.php b/config/monica.php index ceae9b993d5..09e6929825c 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.15.0', + 'app_version' => '2.15.1', /* |--------------------------------------------------------------------------