Skip to content

Commit

Permalink
release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Apr 17, 2024
1 parent 68d368b commit 8ee338c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Integrated the jetstream functionality into this client directly https://github.com/nats-io/nats.ex/pull/146
* Add ability to list KV buckets https://github.com/nats-io/nats.ex/pull/152
* Improve CI Reliability https://github.com/nats-io/nats.ex/pull/154
* Bugfix to treat no streams as an empty list rather than a null https://github.com/nats-io/nats.ex/pull/155

## 1.7

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Gnat.Mixfile do
use Mix.Project

@source_url "https://github.com/nats-io/nats.ex"
@version "1.8.2"
@version "1.8.3"

def project do
[
Expand Down

0 comments on commit 8ee338c

Please sign in to comment.