We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6db981 commit f3c8328Copy full SHA for f3c8328
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.1.0 - 2022-03-02
4
+
5
+* New features
6
+ * Add support for Trust and Go (ATECC608B-TNGTLS) pre-provisioned chips, many functions can now
7
+ accept a `device_type()` argument to switch which type of chip it will communicate with.
8
9
## v1.0.0 - 2021-10-23
10
11
This release only bumps the version number. It doesn't have any code changes.
mix.exs
@@ -1,7 +1,7 @@
defmodule NervesKey.MixProject do
use Mix.Project
- @version "1.0.0"
+ @version "1.1.0"
@source_url "https://github.com/nerves-hub/nerves_key"
def project do
0 commit comments