diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a24717..0a62b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] +### Fixed +- Restore iframe warning and "open in new tab" link ([#73](https://github.com/MetaMask/phishing-warning/pull/73)) + ## [2.0.0] ### Changed - **BREAKING:** Dynamically lookup the source of a block ([#57](https://github.com/MetaMask/phishing-warning/pull/57)) @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of the phishing warning page - This should behave identically to the phishing warning page built into the MetaMask extension. -[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/MetaMask/phishing-warning/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/phishing-warning/compare/v1.2.2...v2.0.0 [1.2.2]: https://github.com/MetaMask/phishing-warning/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/MetaMask/phishing-warning/compare/v1.2.0...v1.2.1 diff --git a/package.json b/package.json index fc8c083..69231a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-warning", - "version": "2.0.0", + "version": "2.0.1", "description": "A page to warn users about a suspected phishing site.", "repository": { "type": "git",