diff --git a/CHANGELOG.md b/CHANGELOG.md index 30546d356..25d4c0144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ### Changes +### Fixes + + +## 1.89.0 + +### Changes + - (AEAP) When one of your contacts changed their address, they are only replaced in the chat where you got a message from them for now #3491 diff --git a/Cargo.lock b/Cargo.lock index d1f447aa5..d30fc72cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.88.0" +version = "1.89.0" dependencies = [ "ansi_term", "anyhow", @@ -832,7 +832,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.88.0" +version = "1.89.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index 1efe46109..76f39f791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.88.0" +version = "1.89.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 03e5524d0..bb04afbd6 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.88.0" +version = "1.89.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/package.json b/package.json index 10d539330..528ae0152 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail" }, "types": "node/dist/index.d.ts", - "version": "1.88.0" + "version": "1.89.0" } \ No newline at end of file