Skip to content

Commit

Permalink
chore: bump version to 2.11.1 (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Dec 26, 2018
1 parent 2db2c00 commit 73c60f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| bad things will happen.
|
*/
'app_version' => '2.11.0',
'app_version' => '2.11.1',

/*
|--------------------------------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 73c60f7

Please sign in to comment.