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 [