diff --git a/CHANGELOG.md b/CHANGELOG.md index e20cd7ae9..f1a72d77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ - fix: scan folders also when inbox is not watched #2446 +- more robust In-Reply-To parsing #2182 + - update dependencies #2441 #2438 #2439 #2440 #2447 #2448 #2449 #2452 #2453 #2460 #2464 #2466 - update provider-database #2471 diff --git a/Cargo.lock b/Cargo.lock index be4c43182..b1e569e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.55.0" +version = "1.56.0" dependencies = [ "ansi_term", "anyhow", @@ -1187,7 +1187,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.55.0" +version = "1.56.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0b89b8237..dae10fdbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.55.0" +version = "1.56.0" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 6ab582b59..ba499c923 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.55.0" +version = "1.56.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"