From 6d809fda1d59048521c6d5c7e8c3306039b18d4c Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 12 Sep 2020 21:00:58 +0200 Subject: [PATCH] chore: bump version 2.19.1 (#4453) --- CHANGELOG.md | 9 ++++++++- config/monica.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b52e2ad14..1c846bcc7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,18 @@ ### Fixes: -* Fix journal entry XSS vulnerability +* # RELEASED VERSIONS: +## v2.19.1 - 2020-09-12 + +### Fixes: + +* Fix journal entry XSS vulnerability + + ## v2.19.0 - 2020-08-27 ### Enhancements: diff --git a/config/monica.php b/config/monica.php index af0fffdee6d..54733b5d4c5 100644 --- a/config/monica.php +++ b/config/monica.php @@ -12,7 +12,7 @@ | bad things will happen. | */ - 'app_version' => '2.19.0', + 'app_version' => '2.19.1', /* |--------------------------------------------------------------------------