Skip to content

Commit

Permalink
Release nats/v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed May 9, 2022
1 parent acb3cd7 commit 7fadfc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.20.0
## Overview
A minor sync client release that adds requests with timeouts and headers.

## Added
* Add request with headers and timeouts by @Jarema in https://github.com/nats-io/nats.rs/pull/431

# 0.19.1
## Fixed
* Fix KV issues when JS domain is set by @Jarema in https://github.com/nats-io/nats.rs/pull/387
Expand Down
2 changes: 1 addition & 1 deletion nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nats"
version = "0.19.1"
version = "0.20.0"
description = "A Rust NATS client"
authors = ["Derek Collison <[email protected]>", "Tyler Neely <[email protected]>", "Stjepan Glavina <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 7fadfc8

Please sign in to comment.