From 8ece67fbbbe0ac0bc3554d350df093e37f5b0b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Sun, 11 Nov 2018 14:47:57 -0500 Subject: [PATCH] chore: bump version to 2.10.0 (#2020) --- CHANGELOG | 9 +++++++-- config/monica.php | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 75999fa0631..8bac858e32e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ UNRELEASED CHANGES: +* + +RELEASED VERSIONS: + +v2.10.0 - 2018-11-11 +------------------- + * Add ability to upload documents * Add ability to archive a contact * Add right-click support on contact list @@ -27,8 +34,6 @@ UNRELEASED CHANGES: * Prevent submitting an empty form when pressing enter * Remove Antiflood package on oauth/login and use Laravel throttle -RELEASED VERSIONS: - v2.9.0 - 2018-10-14 ------------------- diff --git a/config/monica.php b/config/monica.php index 37b0b97ad94..84e2b46efea 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.9.0', + 'app_version' => '2.10.0', /* |--------------------------------------------------------------------------