diff --git a/CHANGELOG.md b/CHANGELOG.md index 425e85305..d7bc001d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## Unreleased +## 1.76.0 ### Changes -- refactorings #3026 - move messages in batches #3058 - delete messages in batches #3060 +- python: remove arbitrary timeouts from tests #3059 +- refactorings #3026 ### Fixes - avoid archived, fresh chats #3053 diff --git a/Cargo.lock b/Cargo.lock index c0c71a8df..8b00583c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.75.0" +version = "1.76.0" dependencies = [ "ansi_term", "anyhow", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.75.0" +version = "1.76.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index a825281a1..9500e98e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.75.0" +version = "1.76.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 1ae78299b..595b481ff 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.75.0" +version = "1.76.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"