Skip to content

Commit

Permalink
v0.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Aug 19, 2021
1 parent bd530d4 commit 001c7c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.12.1] - 2020-08-19

* Added
* `NervesHubLink.reconnect/0` to force reconnection of the socket and channels

## 0.12.0

* fwup 1.0.0
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.12.0"
@version "0.12.1"
@source_url "https://github.com/nerves-hub/nerves_hub_link"

Application.put_env(
Expand Down

0 comments on commit 001c7c9

Please sign in to comment.