diff --git a/CHANGELOG.md b/CHANGELOG.md index d1039b6a..5b0dd6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.7.2 - 2022-03-23 + ### Added - The `Storage::erase` default function that returns `Arc`. diff --git a/Cargo.toml b/Cargo.toml index 3dfd58c8..8928132d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.7.1" +version = "0.7.2" edition = "2018" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide" diff --git a/README.md b/README.md index 46cd6f49..7acff473 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ rustup override set nightly [dependencies] teloxide = { version = "0.7", features = ["macros", "auto-send"] } log = "0.4" -pretty_env_logger = "0.4.0" +pretty_env_logger = "0.4" tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] } ```