From 0a97968d382734b63d9039b0193a17ac62607179 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Fri, 15 Jan 2021 16:28:26 +0100 Subject: [PATCH] v2.1.0 (#92) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b01ff0..c420d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/). ## Unversioned +## v2.1.0 + - Minor: Added `say_in_response` and `reply_to_privmsg` methods to `TwitchIRCClient` (#84) ## v2.0.0 diff --git a/Cargo.toml b/Cargo.toml index e9635e1..6fb2ddc 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.0.0" +version = "2.1.0" authors = ["Ruben Anders "] repository = "https://github.com/robotty/twitch-irc-rs" edition = "2018"