Skip to content

Commit

Permalink
Merge pull request #89 from nats-io/prepare-v0.7.2
Browse files Browse the repository at this point in the history
Prepare v0.7.2 for release
  • Loading branch information
Stjepan Glavina authored Jul 29, 2020
2 parents 2768fcf + 2ee43d6 commit 0ff795f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.7.2

## Bug Fixes

* Implement `Subscription::close` and
`Subscription::unsubscribe` correctly, which would
previously do nothing.

# 0.7.1

## Bug Fixes
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 = "nats"
version = "0.7.1"
version = "0.7.2"
description = "A Rust NATS client"
authors = ["Derek Collison <derek@nats.io>", "Tyler Neely <tyler@nats.io>", "Stjepan Glavina <stjepan@nats.io>"]
edition = "2018"
Expand Down

0 comments on commit 0ff795f

Please sign in to comment.