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

Commit 2a9d7aa

Browse files
authored
v0.7.0 (#91)
1 parent 8f0e23d commit 2a9d7aa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.7.0]
10+
### Added
11+
- [#88](https://github.com/MetaMask/eth-trezor-keyring/pull/88): Support new versions of ethereumjs/tx

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.6.0",
3+
"version": "0.7.0",
44
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
55
"files": [
66
"index.js"

0 commit comments

Comments
 (0)