diff --git a/CHANGELOG.md b/CHANGELOG.md index ff71b98..7f7ffda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Version numbers follow [Semantic Versioning](https://semver.org/). -## Unversioned +## v3.0.1 - Bugfix: Fixed `FollowersOnlyMode` enum not being exported from the crate. (#135) diff --git a/Cargo.toml b/Cargo.toml index dfe9052..4a27398 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 = "3.0.0" +version = "3.0.1" authors = ["Ruben Anders "] repository = "https://github.com/robotty/twitch-irc-rs" edition = "2018"