Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
UNRELEASED CHANGES:

*

RELEASED VERSIONS:

v1.5.0 - 2018-01-02
-------------------

* Add Webmanifest to create bookmarks on phones
* Add pets management
* Activities made with contact now appears in the Journal
Expand All @@ -9,8 +16,6 @@ UNRELEASED CHANGES:
* Show a user's avatar when searching
* Fix timezone not being saved in the Settings tab

RELEASED VERSIONS:

v1.4.1 - 2017-12-13
-------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
| bad things will happen.
|
*/
'app_version' => '1.4.1',
'app_version' => '1.5.0',
];