diff --git a/CHANGELOG b/CHANGELOG index c9d729c8430..27a62bc1fa6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,24 @@ UNRELEASED CHANGES: -* Add ability to sort tasks by completed_at attribute in the API -* Redirect to registration page if there is no account -* Improve heroku integration -* Add bullet points to lists in call log -* Fix notification messages and localisation +* RELEASED VERSIONS: +v1.8.2 - 2018-03-20 +------------------- + +* Add a Vagrantfile to run Monica on Vagrant +* Add support for Hebrew and Chinese Simplified +* Add bullet points to call lists when rendered from markdown +* Require debugbar on dev only +* Improve heroku integration +* Open register page after a clean installation +* API: Add ability to sort tasks by completed_at attribute +* API: Add sorting capabilities to most models +* Update Czech, Italian, Portuguese, Russian, German, French language files +* Fix docker image creating wrong storage directories +* Fix notification messages + v1.8.1 - 2018-03-02 ------------------- diff --git a/config/monica.php b/config/monica.php index 09226cad557..dc664ab9de0 100644 --- a/config/monica.php +++ b/config/monica.php @@ -119,5 +119,5 @@ | bad things will happen. | */ - 'app_version' => '1.8.1', + 'app_version' => '1.8.2', ];