diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a766affb..fea7f3e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +### Changes + +### API-Changes + +### Fixes + + +## 1.103.0 + ### Changes - Disable Autocrypt & Authres-checking for mailing lists, because they don't work well with mailing lists #3765 diff --git a/Cargo.lock b/Cargo.lock index 495f76821..5aeb922e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "deltachat" -version = "1.102.0" +version = "1.103.0" dependencies = [ "ansi_term", "anyhow", @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "deltachat-jsonrpc" -version = "1.102.0" +version = "1.103.0" dependencies = [ "anyhow", "async-channel", @@ -962,7 +962,7 @@ dependencies = [ [[package]] name = "deltachat-rpc-server" -version = "1.102.0" +version = "1.103.0" dependencies = [ "anyhow", "deltachat-jsonrpc", @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.102.0" +version = "1.103.0" dependencies = [ "anyhow", "deltachat", diff --git a/Cargo.toml b/Cargo.toml index a3418ae46..5841fc8b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.102.0" +version = "1.103.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 a4f7bf07f..1e967cca4 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.102.0" +version = "1.103.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 76f819984..cef348b8f 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-jsonrpc" -version = "1.102.0" +version = "1.103.0" description = "DeltaChat JSON-RPC API" authors = ["Delta Chat Developers (ML) "] edition = "2021" diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 0335544e1..1ddb8941d 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -48,5 +48,5 @@ }, "type": "module", "types": "dist/deltachat.d.ts", - "version": "1.102.0" + "version": "1.103.0" } \ No newline at end of file diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 9cd6ef6b9..bdb6a7168 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat-rpc-server" -version = "1.102.0" +version = "1.103.0" description = "DeltaChat JSON-RPC server" authors = ["Delta Chat Developers (ML) "] edition = "2021" diff --git a/package.json b/package.json index c65517f05..fe638ee94 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,5 @@ "test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail --exit" }, "types": "node/dist/index.d.ts", - "version": "1.102.0" + "version": "1.103.0" } \ No newline at end of file