diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bae53b6..3e9ace602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.37.0 + +- improve ndn heuristics #1630 + +- get oauth2 authorizer from provider-db #1641 + +- removed linebreaks and spaces from generated qr-code #1631 + +- more fixes #1633 #1635 #1636 #1637 + + ## 1.36.0 - parse ndn (network delivery notification) reports diff --git a/Cargo.lock b/Cargo.lock index 5d950b1a3..c38000f1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,7 +814,7 @@ dependencies = [ [[package]] name = "deltachat" -version = "1.36.0" +version = "1.37.0" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "deltachat_ffi" -version = "1.36.0" +version = "1.37.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index cdd23786f..e157fe85d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.36.0" +version = "1.37.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 e49230dc6..400d214c5 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.36.0" +version = "1.37.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018"