diff --git a/CHANGELOG.md b/CHANGELOG.md index e56c649e8..a4a083f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [2.4.3](https://github.com/inverse-inc/sogo/compare/SOGo-2.4.2...SOGo-2.4.3) (2022-04-08) + +### Bug Fixes + +* **mail:** don't encode calendar mime part twice ([0757429](https://github.com/inverse-inc/sogo/commit/07574297cd4961223afe0c60e7a639166d907e75)), closes [#5391](https://www.sogo.nu/bugs/view.php?id=5391) [#5393](https://www.sogo.nu/bugs/view.php?id=5393) + ## [2.4.2](https://github.com/inverse-inc/sogo/compare/SOGo-2.4.1...SOGo-2.4.2) (2022-04-04) ### Bug Fixes diff --git a/Version b/Version index 27469aff1..7f19e7301 100644 --- a/Version +++ b/Version @@ -1,3 +1,3 @@ MAJOR_VERSION=2 MINOR_VERSION=4 -SUBMINOR_VERSION=2 +SUBMINOR_VERSION=3 \ No newline at end of file