Skip to content

Commit

Permalink
v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 7, 2022
1 parent 1f9b04c commit d0a07df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.1.1 - 2022-10-07

* Changes
* Fix Trust and Go device detection in cases where I2C buses don't exist
before the one that has the T&G part. This was a bug in the detection logic
where it was really easy to get lucky and have a device work even though the
logic was wrong. Thanks @tonnenpinguin and @KlausGrössinger for help
debugging this issue!
* Allow for more sessions to be opened. Thanks @Dodain for finding and fixing
the issue.

## v1.1.0 - 2022-02-09

This release adds support for the Trust & Go versions of the ATECC608B. These
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 NervesKey.PKCS11.MixProject do
use Mix.Project

@version "1.1.0"
@version "1.1.1"
@source_url "https://github.com/nerves-hub/nerves_key_pkcs11"

def project do
Expand Down

0 comments on commit d0a07df

Please sign in to comment.