diff --git a/CHANGELOG.md b/CHANGELOG.md index 8373861..a56e17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 9cff3e5..fbb5a5e 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.2" + @version "1.8.3" def project do [