diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..dbff45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.6.0] - 2023-06-17 + +### Documentation + +- Add CHANGELOG.md +- Update doctest to use `CookieStore::new()` in example + +### Ci + +- Update release.sh for git-cliff arg changes +- Change `reqwest` dependency specification to `^0.11` instead of specific version +- Setup for `git cliff` usage + +### Refact + +- Update to `cookie_store 0.20` + diff --git a/Cargo.toml b/Cargo.toml index e60587f..e311c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.5.0" # managed by release.sh +version = "0.6.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`"