We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bc739 commit 77e4f11Copy full SHA for 77e4f11
changelog.adoc
@@ -13,6 +13,12 @@ have to proceed with a following `List.first/1` to get the map.
13
14
There will likely also be some upcoming improvements changes as the library is reviewed.
15
16
+== 2024-04-09 v1.7.1
17
+
18
+=== Added
19
20
+* `ignore` field to the SIP check
21
22
== 2023-06-21 v1.7.0
23
24
=== Added
mix.exs
@@ -4,7 +4,7 @@ defmodule NodePing.MixProject do
4
def project do
5
[
6
app: :nodeping,
7
- version: "1.7.0",
+ version: "1.7.1",
8
elixir: "~> 1.10",
9
start_permanent: Mix.env() == :prod,
10
description: description(),
0 commit comments