Skip to content

Commit

Permalink
v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 17, 2020
1 parent b6422f3 commit 8d1b944
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:atecc508a, "~> 0.2.1"}
{:atecc508a, "~> 0.2.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d1b944

Please sign in to comment.