Skip to content

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 24, 2021
1 parent b80f597 commit 7a12e81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.3.0

* New Features
* Support signing JWTs for use with the Google Cloud
Platform's IoT Core MQTT broker. Thanks to Alex McLain for this PR. See
[Issue 34](https://github.com/nerves-hub/atecc508a/pull/34).
* Identify the ATECC608B

## v0.2.3

* Bug fixes
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.2"}
{:atecc508a, "~> 0.3.0"}
]
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.3"
@version "0.3.0"
@source_url "https://github.com/nerves-hub/atecc508a"

def project do
Expand Down

0 comments on commit 7a12e81

Please sign in to comment.