From 496d4b2873ae1462d9bfd94123e4baf3bbb6f3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Tue, 13 Nov 2018 09:43:45 -0500 Subject: [PATCH] chore: bump version to 2.10.1 (#2031) --- CHANGELOG | 11 ++++++++--- config/monica.php | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7a2d584c1c6..d20de21b255 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,17 @@ UNRELEASED CHANGES: -* Fix work information not being able to be edited -* Display contacts for each tag in the Tags view on the Settings page +* RELEASED VERSIONS: +v2.10.1 - 2018-11-13 +-------------------- + +* Fix work information not being able to be edited +* Display contacts for each tag in the Tags view on the Settings page + v2.10.0 - 2018-11-11 -------------------- +-------------------- * Add ability to upload documents * Add ability to archive a contact diff --git a/config/monica.php b/config/monica.php index 84e2b46efea..266e3ba18f7 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.10.0', + 'app_version' => '2.10.1', /* |--------------------------------------------------------------------------