Skip to content

Commit

Permalink
Version bump 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stratacast committed Dec 2, 2021
1 parent f842e9e commit b41fa26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ have to proceed with a following `List.first/1` to get the map.

There will likely also be some upcoming improvements changes as the library is reviewed.

== 2021-12-01 v1.3.0

=== Changed

* Added `transport` to the SIP checktype. Set `false` for both TCP/UDP, `"udp"` for UDP, and `"tcp"` for TCP

== 2021-10-08 v1.2.3

=== Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule NodePing.MixProject do
def project do
[
app: :nodeping,
version: "1.2.3",
version: "1.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit b41fa26

Please sign in to comment.