Skip to content

Commit

Permalink
chore: update changelog, fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
aembke committed Sep 12, 2021
1 parent 49b814a commit ca8ee8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0

See the 3.0.0-beta.x versions for the full list of changes.

## 3.0.0-beta.4

* Add support for the `MONITOR` command.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fred"
version = "3.0.0-beta.4"
version = "3.0.0"
authors = ["Alec Embke <[email protected]>"]
edition = "2018"
description = "An async Redis client for Rust built on Futures and Tokio."
Expand Down

0 comments on commit ca8ee8a

Please sign in to comment.