diff --git a/CHANGELOG b/CHANGELOG index a49a0d00fed..0bf18a748b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,15 @@ UNRELEASED CHANGES: -* Fix a bug preventing to delete a contact +* RELEASED VERSIONS: +v1.7.2 - 2018-02-20 +------------------- + +* Fix a bug where POST requests were not working with Apache +* Fix a bug preventing to delete a contact + v1.7.1 - 2018-02-17 ------------------- diff --git a/config/monica.php b/config/monica.php index 9e17d41552e..68aa14a7946 100644 --- a/config/monica.php +++ b/config/monica.php @@ -117,5 +117,5 @@ | bad things will happen. | */ - 'app_version' => '1.7.1', + 'app_version' => '1.7.2', ];