Bump version to 1.6.1 (#815)

This commit is contained in:
Régis Freyd
2018-01-14 19:46:49 -05:00
committed by GitHub
parent 9ae4f20ce5
commit eea1f59115
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,5 +1,14 @@
UNRELEASED CHANGES:
*
v1.6.1 - 2018-01-14
-------------------
* Add missing journal link to the mobile main menu
* Remove list of events being loaded in the dashboard for no reason
* Remove duplicated code in Addresses.vue file
* Fix reminders not being sent in some cases
* Fix avatars not being displayed in an activity on the journal
RELEASED VERSIONS:
+1 -1
View File
@@ -114,5 +114,5 @@ return [
| bad things will happen.
|
*/
'app_version' => '1.6.0',
'app_version' => '1.6.1',
];