diff --git a/CHANGELOG.md b/CHANGELOG.md index dbff45e..be78987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.7.0] - 2024-03-23 + +### Miscellaneous Tasks + +- Update reqwest to v0.12.0 + +### Ci + +- Remove `--topo-order` argument to `git-cliff` + ## [0.6.0] - 2023-06-17 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 3a02e05..08636c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.6.0" # managed by release.sh +version = "0.7.0" # managed by release.sh authors = ["Patrick Fernie "] edition = "2018" description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"