diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3626204..14fdaaa08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.82.0 + +### API-Changes +- re-add removed DC_MSG_ID_MARKER1 as in use on iOS #3330 + +### Changes +- refactorings #3328 + +### Fixes +- fix node package ci #3331 +- fix race condition in ongoing process (import/export, configuration) allocation #3322 + + ## 1.81.0 ### API-Changes @@ -24,12 +37,8 @@ - node: throw error when getting context with an invalid account id - node: throw error when instanciating a wrapper class on `null` (Context, Message, Chat, ChatList and so on) - use same contact-color if email address differ only in upper-/lowercase #3327 -- fix race condition in ongoing process (import/export, configuration) allocation - repair encrypted mails "mixed up" by Google Workspace "Append footer" function #3315 -### Removed -- node: remove unmaintained coverage scripts - ## 1.80.0 diff --git a/Cargo.lock b/Cargo.lock index 485bb83fa..9b2bdda80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.81.0" +version = "1.82.0" dependencies = [ "ansi_term", "anyhow", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.81.0" +version = "1.82.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0b1f964f0..9c1cc88aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.81.0" +version = "1.82.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 50f872023..30ff81497 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.81.0" +version = "1.82.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/package.json b/package.json index dc5542396..52406ae75 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec" }, "types": "node/dist/index.d.ts", - "version": "1.81.0" + "version": "1.82.0" } \ No newline at end of file