diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a25da..d4fe450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Manifest Version 1.1.7 + +- added support for eth get code method +- added article about repo in README.md + ## Manifest Version 1.1.6 - made wallet proxy `return true` on trying to overwrite object (to fix an issue with the official polygon bridge website) diff --git a/src/extension/manifest.json b/src/extension/manifest.json index d24af49..810002a 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -3,8 +3,8 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.1.6", - "version_name": "1.1.6", + "version": "1.1.7", + "version_name": "1.1.7", "icons": { "16": "assets/extension-icon/wallet_16.png", "32": "assets/extension-icon/wallet_32.png",