Skip to content

Commit

Permalink
Bump 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stratacast committed Apr 9, 2024
1 parent 18bc739 commit 77e4f11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ 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.

== 2024-04-09 v1.7.1

=== Added

* `ignore` field to the SIP check

== 2023-06-21 v1.7.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.7.0",
version: "1.7.1",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 77e4f11

Please # to comment.