diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f8dba..f1b1c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.2.2 + +* Bug fixes + * Retry if waking up the ATECC doesn't work. The current logic retries 4 times + with a short pause between retries. This works around some transients and + reduces unnecessary GenServer crash/restarts. + ## v0.2.1 * New features diff --git a/README.md b/README.md index a937bcf..8e86738 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ in `mix.exs`: ```elixir def deps do [ - {:atecc508a, "~> 0.2.1"} + {:atecc508a, "~> 0.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 8147b7c..cedd3fd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ATECC508A.MixProject do use Mix.Project - @version "0.2.1" + @version "0.2.2" @source_url "https://github.com/nerves-hub/atecc508a" def project do