Skip to content

Commit

Permalink
v2.1.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 authored Jan 15, 2021
1 parent 616c65d commit 0a97968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
repository = "https://github.com/robotty/twitch-irc-rs"
edition = "2018"
Expand Down

0 comments on commit 0a97968

Please sign in to comment.