Skip to content

Commit 85ca0c4

Browse files
committed
v1.6.0 release
1 parent 68447b3 commit 85ca0c4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ have to proceed with a following `List.first/1` to get the map.
1313

1414
There 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)