Skip to content

Commit

Permalink
Fix changelog that were missing entries and bump version (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Apr 17, 2018
1 parent 513f767 commit d0cd5e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-------------------

Expand All @@ -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
-------------------
Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@
| bad things will happen.
|
*/
'app_version' => '2.0.0',
'app_version' => '2.0.1',
];

0 comments on commit d0cd5e1

Please sign in to comment.