From 73c60f7a227e1aeffbb823ea6020fb8c3699d519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Freyd?= Date: Wed, 26 Dec 2018 09:21:26 -0500 Subject: [PATCH] chore: bump version to 2.11.1 (#2214) --- CHANGELOG | 18 +++++++++++++++--- config/monica.php | 2 +- public/changelog.json | 5 +++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a6f90e8885d..7d264be8e4c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ UNRELEASED CHANGES: -* Migrate 0LinkedIn url from the Contact object to a ContactFieldType object +New features: +* + +Enhancements: +* + +Fixes: +* + +RELEASED VERSIONS: + +v2.11.1 - 2018-12-26 +-------------------- + +* Migrate LinkedIn url from the Contact object to a ContactFieldType object * Activate eslint to check vue and javascript formatting * Fix tasks store and update * Fix error handling in vue components @@ -11,8 +25,6 @@ UNRELEASED CHANGES: * Fix contact getIncompleteName to work with UTF-8 last_name characters * Fix associate null tags -RELEASED VERSIONS: - v2.11.0 - 2018-12-23 -------------------- diff --git a/config/monica.php b/config/monica.php index 46f8c89545b..d7dcb75f552 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.11.0', + 'app_version' => '2.11.1', /* |-------------------------------------------------------------------------- diff --git a/public/changelog.json b/public/changelog.json index 9c67f5024a2..00937676f2d 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -1,5 +1,10 @@ { "entries": [ + { + "date": "Dec 26, 2018", + "title": "Enhancement: LinkedIn address", + "description": "The LinkedIn address, which was under Work Information, has been moved to the Contact Information box." + }, { "date": "Dec 22, 2018", "title": "New feature: weather and temperature",