Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stratacast committed Jun 1, 2021
1 parent 448ac3b commit 804931d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ The package can be installed by adding `nodeping` to your list of dependencies i
----
def deps do
[
{:nodeping, "~> 1.1"}
{:nodeping, "~> 1.2"}
]
end
----

NOTE: If you want to use this package with Elixir version 1.9, instead set your dep to `{:nodeping, "~> 1.1"}`

And run `mix deps.get`.

== Usage
Expand Down
11 changes: 11 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file.

(Placeholder for unreleased content)

== 2021-06-01 v1.2.0

=== Added

* Oldest verison supported is 1.10
* Updated httpoison to version 1.8

=== Fixed

* Manually specify `:target` for the `snmp.ex` checktype

== 2021-05-18 v1.1.4

=== Added
Expand Down

0 comments on commit 804931d

Please sign in to comment.