From b41fa2602cbc4cb6e861702061044e2754284891 Mon Sep 17 00:00:00 2001 From: stratacast Date: Wed, 1 Dec 2021 16:21:17 -0800 Subject: [PATCH] Version bump 1.3.0 --- changelog.adoc | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.adoc b/changelog.adoc index fe7e450..1de75bf 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -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 diff --git a/mix.exs b/mix.exs index 46c1ec3..c9b1185 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),