From 8ee338c39976a1aeee3ab14e6f8fe44d227980f4 Mon Sep 17 00:00:00 2001 From: Michael Ries Date: Wed, 17 Apr 2024 13:42:49 -0700 Subject: [PATCH] release v1.8.3 --- CHANGELOG.md | 1 + mix.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 [