From 85ca0c43c6fca67773679306b733132a4b1fcd54 Mon Sep 17 00:00:00 2001 From: stratacast Date: Wed, 9 Nov 2022 16:04:53 -0800 Subject: [PATCH] v1.6.0 release --- changelog.adoc | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.adoc b/changelog.adoc index a239cb3..7077901 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -13,6 +13,21 @@ 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. +== 2022-11-09 v1.6.0 + +=== Added + +* PostgreSQL check added: https://nodeping.com/pgsql_check.html +* Typespecs added to checktypes + +=== Changed + +* MySQL check updated: https://nodeping.com/mysql_check.html + +=== Fixed + +* Some check types were missing some fields. They have been corrected. + == 2022-10-06 v1.5.0 === Added diff --git a/mix.exs b/mix.exs index caa04dd..48ba04e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NodePing.MixProject do def project do [ app: :nodeping, - version: "1.5.0", + version: "1.6.0", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, description: description(),