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(),