diff --git a/CHANGELOG.md b/CHANGELOG.md index 9395873..851aefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.11.4 - 2022-04-04 + +- The Connection Controller is no longer terminated but only disabled just before shutting down its supervisor. + ## 0.11.3 - 2022-01-21 - Now produces transmission telemetry diff --git a/mix.exs b/mix.exs index 3989c27..11e632f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tortoise311.MixProject do use Mix.Project - @version "0.11.3" + @version "0.11.4" @source_url "https://github.com/smartrent/tortoise311" def project do