From cc237c00546eb206199698be1933a46d04fbdfde Mon Sep 17 00:00:00 2001 From: Michael Ries Date: Wed, 25 Sep 2024 15:45:07 -0700 Subject: [PATCH] release 1.8.5 --- CHANGELOG.md | 1 + mix.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdc4ca..db774d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 4215220..b5a1d97 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [