diff --git a/CHANGELOG.md b/CHANGELOG.md index 017fab4..4a878c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/). ## Unversioned +## v2.2.0 + - Bugfix: Fixed fields on `UserAccessToken` being all private, preventing library users from constructing the type (as part of the `RefreshingLoginCredentials` system). (#101, #103) - Reduce the amount of dependencies used. (#96) - Update `metrics` dependency to v0.14. Metrics are now registered with a description when the diff --git a/Cargo.toml b/Cargo.toml index 432a4e5..542419c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "twitch-irc" description = "Connect to Twitch chat from a Rust application." license = "MIT" -version = "2.1.0" +version = "2.2.0" authors = ["Ruben Anders "] repository = "https://github.com/robotty/twitch-irc-rs" edition = "2018"