From d0cd5e1d51e128e3d74767ac0085b4310d4cd641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Tue, 17 Apr 2018 08:52:05 -0400 Subject: [PATCH] Fix changelog that were missing entries and bump version (#1189) --- CHANGELOG | 15 +++++++++++++-- config/monica.php | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 242f65f1beb..f4f8adc94bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,18 @@ UNRELEASED CHANGES: +* + +RELEASED VERSIONS: + +v2.0.1 - 2018-04-17 +------------------- + * Add ability to set relationships through the API * Fix ordering of activites in journal * Fix how you meet section not being shown * Add a changelog inside the application * Fix monica:calculatestatistics command -RELEASED VERSIONS: - v2.0.0 - 2018-04-12 ------------------- @@ -19,6 +24,12 @@ v2.0.0 - 2018-04-12 * Add Linkedin URL in the Contact object returned by the API * Improve localization: add plural forms, localize every needed messages * Split app.js in 3 files, and load translations files for Vue in separate files +* Localize update tag message +* Fix some messages syntax and ponctuation +* Add a new monica:update command +* Fix gifts handle +* Remove old documentation from sources +* Fix Bug when editing gift v1.8.2 - 2018-03-20 ------------------- diff --git a/config/monica.php b/config/monica.php index 19fdbc8d9d3..dd7e1d3c6c3 100644 --- a/config/monica.php +++ b/config/monica.php @@ -111,5 +111,5 @@ | bad things will happen. | */ - 'app_version' => '2.0.0', + 'app_version' => '2.0.1', ];