Skip to content

Commit

Permalink
v0.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Apr 4, 2022
1 parent b20dbe9 commit e254d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 Tortoise311.MixProject do
use Mix.Project

@version "0.11.3"
@version "0.11.4"
@source_url "https://github.com/smartrent/tortoise311"

def project do
Expand Down

0 comments on commit e254d71

Please sign in to comment.