diff --git a/CHANGELOG.md b/CHANGELOG.md index cb87482a..cb98ef7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ https://github.com/deltachat/deltachat-core/commits/master For a high-level overview about changes anywhere in the Delta Chat ecosystem, see https://delta.chat/en/changelog +## v0.40.0 + +* do not truncate messenger messages +* avoid group splits +* avoid possible polling of unconfigured folders +* refine error handling on export/import +* read autoconfig from http-servers if https fails +* limit the number of messages referenced in the header +* meson handles iconv and calls the stress test + +The changes have been done by Ampli-fier, Björn Petersen, Floris Bruynooghe +and Holger Krekel + ## v0.39.1 * bugfix release diff --git a/src/deltachat.h b/src/deltachat.h index d530b731..ee55e1e4 100644 --- a/src/deltachat.h +++ b/src/deltachat.h @@ -11,7 +11,7 @@ extern "C" { #endif -#define DC_VERSION_STR "0.39.1" +#define DC_VERSION_STR "0.40.0" /**