diff --git a/CHANGELOG.md b/CHANGELOG.md index a08631daad6..9d8f366ad5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ### New features: +* + +### Enhancements: + +* + +### Fixes: + +* + +# RELEASED VERSIONS: + +## v2.17.0 - 2019-03-22 + +### New features: + * Add a weekly job to update gravatars * Add ability to set 'me' contact * Add middle name field to new contact and edit contact @@ -39,7 +55,6 @@ * Fix activity mock data seeder * Fix ordering of contact tags to be alphabetical -# RELEASED VERSIONS: ## v2.16.0 - 2019-12-31 diff --git a/config/monica.php b/config/monica.php index 90dc4f03fe2..d8ae9e46d76 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.16.0', + 'app_version' => '2.17.0', /* |--------------------------------------------------------------------------