diff --git a/CHANGELOG.md b/CHANGELOG.md index cee6824b8..df7e65039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.75.0 ### Changes - optimize `delete_expired_imap_messages()` #3047 diff --git a/Cargo.lock b/Cargo.lock index 161fc77a2..6857bb447 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.74.0" +version = "1.75.0" dependencies = [ "ansi_term", "anyhow", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.74.0" +version = "1.75.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index dc4c15496..13a6799be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.74.0" +version = "1.75.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 b75b1e281..1ae78299b 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.74.0" +version = "1.75.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"