Skip to content

Commit

Permalink
release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Sep 25, 2024
1 parent 6f84323 commit cc237c0
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 @@ -8,6 +8,7 @@
* Bugfix to treat no streams as an empty list rather than a null https://github.com/nats-io/nats.ex/pull/155
* Added supported for `allow_direct` and `mirror_direct` attributes of streams https://github.com/nats-io/nats.ex/pull/161
* Added support for `discard_new_per_subject` attribute of streams https://github.com/nats-io/nats.ex/pull/163
* Added support for `Object.list_buckets` https://github.com/nats-io/nats.ex/pull/169

## 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.4"
@version "1.8.5"

def project do
[
Expand Down

0 comments on commit cc237c0

Please sign in to comment.