Skip to content

Commit

Permalink
v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stratacast committed Nov 10, 2022
1 parent 68447b3 commit 85ca0c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 85ca0c4

Please sign in to comment.