Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit d8c0c65

Browse files
authored
Version v0.9.0 (#114)
1 parent 3259e27 commit d8c0c65

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0]
10+
### Added
11+
- 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))
12+
13+
### Fixed
14+
- Fixed the signing of contract creation transactions, which require a nullish (empty string or undefined) `to` parameter ([#112](https://github.com/MetaMask/eth-trezor-keyring/pull/112))
15+
916
## [0.8.0]
1017
### Added
1118
- Support for EIP-1559 transactions for the Model T ([#108](https://github.com/MetaMask/eth-trezor-keyring/pull/108))
@@ -15,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522
### Added
1623
- Support new versions of ethereumjs/tx ([#88](https://github.com/MetaMask/eth-trezor-keyring/pull/88))
1724

18-
[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.8.0...HEAD
25+
[Unreleased]: https://github.com/metamask/eth-trezor-keyring/compare/v0.9.0...HEAD
26+
[0.9.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.8.0...v0.9.0
1927
[0.8.0]: https://github.com/metamask/eth-trezor-keyring/compare/v0.7.0...v0.8.0
2028
[0.7.0]: https://github.com/metamask/eth-trezor-keyring/releases/tag/v0.7.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-trezor-keyring",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)