diff --git a/CHANGELOG b/CHANGELOG index 568f48ed42d..0057be691d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ UNRELEASED CHANGES: +* + +RELEASED VERSIONS: + +v1.8.0 - 2018-02-26 +------------------- + * Add ability to search and sort in the API * Add ability to define the hour the reminder should be sent * Add notifications for reminders (30 and 7 days before an event happens) @@ -10,8 +17,6 @@ UNRELEASED CHANGES: * Docker image: use rewrite rules in .htaccess from public directory instead of apache conf file * Remove trailing slash from routes -RELEASED VERSIONS: - v1.7.2 - 2018-02-20 ------------------- diff --git a/config/monica.php b/config/monica.php index 1f14c64c442..be127ce6e12 100644 --- a/config/monica.php +++ b/config/monica.php @@ -117,5 +117,5 @@ | bad things will happen. | */ - 'app_version' => '1.7.2', + 'app_version' => '1.8.0', ];