prepare 1.74 (#3046)

* update changelog for 1.74.0

* bump version to 1.74.0
This commit is contained in:
bjoern
2022-01-31 19:53:50 +01:00
committed by GitHub
parent f68088cfb5
commit ec2c67535e
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 1.74.0
### Fixes
- avoid reconnection loop when message without Message-ID is marked as seen #3044

4
Cargo.lock generated
View File

@@ -1063,7 +1063,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.73.0"
version = "1.74.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1143,7 +1143,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.73.0"
version = "1.74.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.73.0"
version = "1.74.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat_ffi"
version = "1.73.0"
version = "1.74.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"