Skip to content

Commit

Permalink
Version v0.9.1 (#116)
Browse files Browse the repository at this point in the history
* Version v0.9.1

* Fix changelog
  • Loading branch information
danjm committed Dec 8, 2021
1 parent d57c50c commit c86116c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.1]
### Changed
- Update trezor connect to 8.2.3, so that 1.10.4 of the Model One firmware is supported ([#115](https://github.com/MetaMask/eth-trezor-keyring/pull/115))

## [0.9.0]
### Added
- Add dispose method, which exposes the TrezorConnect.dispose method, allowing consumers to explictly remove the Trezor Connect iframe ([#113](https://github.com/MetaMask/eth-trezor-keyring/pull/13))
Expand All @@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support new versions of ethereumjs/tx ([#88](https://github.com/MetaMask/eth-trezor-keyring/pull/88))

[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/metamask/eth-trezor-keyring/releases/tag/v0.7.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-trezor-keyring",
"version": "0.9.0",
"version": "0.9.1",
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
"keywords": [
"ethereum",
Expand Down

0 comments on commit c86116c

Please sign in to comment.