diff --git a/CHANGELOG.md b/CHANGELOG.md index 256f92236..7bb482649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog -## Unreleased +## 1.80.0 -### Fixed +### Changes +- update provider database #3284 +- improve python bindings, tests and ci #3287 #3286 #3287 #3289 #3290 #3292 + +### Fixes - fix escaping in generated QR-code-SVG #3295 + ## 1.79.0 ### Changes diff --git a/Cargo.lock b/Cargo.lock index ddd08c90c..2ec9dfecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.79.0" +version = "1.80.0" dependencies = [ "ansi_term", "anyhow", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.79.0" +version = "1.80.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 550ecb180..a80d1ab47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.79.0" +version = "1.80.0" authors = ["Delta Chat Developers (ML) "] edition = "2021" license = "MPL-2.0" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 6a712a950..f2e72497e 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.79.0" +version = "1.80.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"