diff --git a/CHANGELOG b/CHANGELOG index 673b3b2db67..51908d280a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ------------------- diff --git a/config/monica.php b/config/monica.php index 91b6346730d..984d4c0301f 100644 --- a/config/monica.php +++ b/config/monica.php @@ -114,5 +114,5 @@ | bad things will happen. | */ - 'app_version' => '0.6.3', + 'app_version' => '0.6.4', ];