From b5bf409363ff19d952e457af67ec15fc793c3620 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Tue, 19 Oct 2021 15:44:19 -0600 Subject: [PATCH] v0.13.1 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf958c..a2d34c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.13.1] - 2020-10-19 + +* Fixed + * `NervesHubLink.reconnect/0` no longer times out and instead disconnects + the socket forcing the reconnection logic + ## [0.13.0] - 2020-10-01 ### Potentially Breaking diff --git a/mix.exs b/mix.exs index ef304fb..58f5b47 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "0.13.0" + @version "0.13.1" @source_url "https://github.com/nerves-hub/nerves_hub_link" Application.put_env(