diff --git a/CHANGELOG b/CHANGELOG index 3a51e66990d..b93b03e91ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,18 @@ UNRELEASED CHANGES: +* + +RELEASED VERSIONS: + +v1.7.0 - 2018-02-16 +------------------- + * Add ability to create custom genders * Add Annual plan for the .com site * Fix avatar being invalid in the Contact API call * DB_PREFIX is now blank in .env.example * Fix empty message after updating a gift -RELEASED VERSIONS: - v1.6.2 - 2018-01-25 ------------------- diff --git a/config/monica.php b/config/monica.php index e22d7aed483..bf58184f0f2 100644 --- a/config/monica.php +++ b/config/monica.php @@ -117,5 +117,5 @@ | bad things will happen. | */ - 'app_version' => '1.6.2', + 'app_version' => '1.7.0', ];