Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Aug 24, 2017
1 parent fbb2234 commit cbc9ff7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
UNRELEASED CHANGES:

* Fixes birthday reminder creation bug on vCard import
* Fix search bar being hard to use
* Remove automatic uppercase of the first name
*

RELEASED VERSIONS:

v0.6.4 - 2017-08-23
-------------------

* Add restriction of 50 characters for a first name, and 100 characters for a last name
* Add support for storing uploaded files on s3
* Sort contacts by first name, last name when linking significant others and kids
* Remove automatic uppercase of the first name
* Remove beginning / ending spaces in names when adding / saving a contact

RELEASED VERSIONS:
* Fix birthday reminder creation bug on vCard import
* Fix search bar being hard to use

v0.6.3 - 2017-08-16
-------------------
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' => '0.6.3',
'app_version' => '0.6.4',
];

0 comments on commit cbc9ff7

Please sign in to comment.