Skip to content

Commit 4f6c2b3

Browse files
committed
v0.12.2 release
1 parent 2df26d9 commit 4f6c2b3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.12.2 - 2025-09-11
4+
5+
* Fixes
6+
* Delay and jitter connecting on connection down to prevent excessive reconnects when network access is flapping (#64)
7+
38
## v0.12.1 - 2025-04-05
49

510
* Updates

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Tortoise311.MixProject do
22
use Mix.Project
33

4-
@version "0.12.1"
4+
@version "0.12.2"
55
@source_url "https://github.com/smartrent/tortoise311"
66

77
def project do

0 commit comments

Comments
 (0)