Skip to content

Commit

Permalink
v0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 17, 2023
1 parent 5fe8ce3 commit 9e84fbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.3.4] - 2023-03-23

### Changed

* Add grace period on serving system disconnects since they're often followed
very quickly by a reconnect when moving between cell towers. This
fixes an issue where TCP connections would unnecessarily be terminated and
only to reconnect a second later.

## [v0.3.3] - 2023-01-23

### Changed
Expand Down Expand Up @@ -193,6 +202,7 @@ code that this is subscribe to this property to have the correct spelling.

Initial Release

[v0.3.4]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.0...v0.3.1
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 VintageNetQMI.MixProject do
use Mix.Project

@version "0.3.3"
@version "0.3.4"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit 9e84fbe

Please sign in to comment.