diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1c79d..c1e7b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2024-08-22 + ### Changed - reqwest default use rust-tls diff --git a/Cargo.toml b/Cargo.toml index c88e413..7dc7824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-lark" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["ZoOL "] readme = "README.md"