Skip to content

Commit

Permalink
v0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Oct 19, 2021
1 parent 5b2068b commit b5bf409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit b5bf409

Please sign in to comment.