File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,21 @@ have to proceed with a following `List.first/1` to get the map.
1313
1414There will likely also be some upcoming improvements changes as the library is reviewed.
1515
16+ == 2022-11-09 v1.6.0
17+
18+ === Added
19+
20+ * PostgreSQL check added: https://nodeping.com/pgsql_check.html
21+ * Typespecs added to checktypes
22+
23+ === Changed
24+
25+ * MySQL check updated: https://nodeping.com/mysql_check.html
26+
27+ === Fixed
28+
29+ * Some check types were missing some fields. They have been corrected.
30+
1631== 2022-10-06 v1.5.0
1732
1833=== Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule NodePing.MixProject do
44 def project do
55 [
66 app: :nodeping ,
7- version: "1.5 .0" ,
7+ version: "1.6 .0" ,
88 elixir: "~> 1.10" ,
99 start_permanent: Mix . env ( ) == :prod ,
1010 description: description ( ) ,
You can’t perform that action at this time.
0 commit comments