From 52043c3c682eefb39555861276ab98cf0a8a3cc3 Mon Sep 17 00:00:00 2001 From: Michael Ries Date: Sun, 16 Oct 2022 21:09:27 +0100 Subject: [PATCH] release 1.6.0 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5839879..43765e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.6 + +* added the `no_responders` behavior https://github.com/nats-io/nats.ex/pull/137 + ## 1.5 * add the `inbox_prefix` option https://github.com/nats-io/nats.ex/pull/121 diff --git a/mix.exs b/mix.exs index c279caa..60fe087 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.5.2" + @version "1.6.0" def project do [