diff --git a/CHANGELOG.md b/CHANGELOG.md index 1620f1197f7..e38eef74e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ### New features: +* + +### Enhancements: + +* + +### Fixes: + +* + + +# RELEASED VERSIONS: + +## v2.18.0 - 2019-05-23 + +### New features: + * Display age of death to relationship sidebar if the person is dead * Crop contact photos on upload * Add new name orders \ (\ \) & \ (\ \) @@ -42,8 +59,6 @@ * Fix carddav sync-collection reporting wrong syncToken -# RELEASED VERSIONS: - ## v2.17.0 - 2019-03-22 ### New features: diff --git a/config/monica.php b/config/monica.php index d8ae9e46d76..cfb2003a683 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.17.0', + 'app_version' => '2.18.0', /* |--------------------------------------------------------------------------