Skip to content

Commit

Permalink
Changelog update and version bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stratacast committed Oct 9, 2021
1 parent ce96b7b commit 32d2f72
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file.

== Unreleased

(Placeholder for unreleased content)
=== Upcoming

A future v2 release will be coming out and changing some return types. Namely, functions
that are returning a single item list will be changed to returning the single item in the list.
For example, `NodePing.Checks.find_by_id/2` returns the check with the ID, but in a list, so you
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.

== 2021-10-08 v1.2.3

=== Added

* Support added for muting checks and contacts as per the 2021-10-07 NodePing API changelog
* Some Additions to the README
* typespecs added in the `NodePing.Checks` module

=== Changed

* All defstruct modules had the moduledoc changed to false to clean up the documentation page. The moduledocs
were previously just copy/paste from NodePing's check definitions and can be found there for each check type.

== 2021-08-25 v1.2.2

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.2.2",
version: "1.2.3",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 32d2f72

Please sign in to comment.