Skip to content

Commit

Permalink
Version 6.5.3 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
danfinlay committed May 16, 2019
1 parent e880e27 commit 8bd27f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Current Develop Branch

## 6.5.3 Thu May 16 2019

- [#6619](https://github.com/MetaMask/metamask-extension/pull/6619): bugfix: show extension window if locked regardless of approval
- [#6388](https://github.com/MetaMask/metamask-extension/pull/6388): Transactions/pending - check nonce against the network and mark as dropped if not included in a block
- [#6606](https://github.com/MetaMask/metamask-extension/pull/6606): Improve ENS Address Input
- [#6615](https://github.com/MetaMask/metamask-extension/pull/6615): Adds e2e test for removing imported accounts.

## 6.5.2 Wed May 15 2019

- [#6613](https://github.com/MetaMask/metamask-extension/pull/6613): Hardware Wallet Fix
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "6.5.2",
"version": "6.5.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",
Expand Down

0 comments on commit 8bd27f5

Please sign in to comment.