diff --git a/CHANGELOG.md b/CHANGELOG.md index d93bf359..c3098a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ## [Unreleased] - ReleaseDate -[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.9.2...Unreleased) +[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.10.0...Unreleased) + +## [v0.10.0] - 2022-12-19 + +[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.9.2...v0.10.0) ### Breaking diff --git a/Cargo.lock b/Cargo.lock index 1d54693e..f48579e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,7 +2060,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "twitch_oauth2" -version = "0.9.2" +version = "0.10.0" dependencies = [ "aliri_braid", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 896dce16..61daefbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "twitch_oauth2" -version = "0.9.2" +version = "0.10.0" edition = "2021" repository = "https://github.com/twitch-rs/twitch_oauth2" license = "MIT OR Apache-2.0" description = "Oauth2 for Twitch endpoints" keywords = ["oauth", "twitch", "async", "asynchronous"] -documentation = "https://docs.rs/twitch_oauth2/0.9.2" +documentation = "https://docs.rs/twitch_oauth2/0.10.0" readme = "README.md" include = [ "src/*", diff --git a/README.md b/README.md index 3f3dfaf1..079572d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Twitch OAuth2 | OAuth2 for Twitch endpoints ============================================ -[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.9.2/twitch_oauth2) +[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.10.0/twitch_oauth2) [github]: https://img.shields.io/badge/github-twitch--rs/twitch__oauth2-8da0cb?style=for-the-badge&labelColor=555555&logo=github" [crates-io]: https://img.shields.io/crates/v/twitch_oauth2.svg?style=for-the-badge&color=fc8d62&logo=rust"