diff --git a/README.adoc b/README.adoc index 5496fbe..c4ae761 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/changelog.adoc b/changelog.adoc index ee0b27b..cc88f24 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -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