diff --git a/package.json b/package.json index 57ac63fb..3cf00c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoin-wallet-snap-monorepo", - "version": "1.6.0", + "version": "1.7.0", "private": true, "description": "", "homepage": "https://github.com/MetaMask/snap-bitcoin-wallet#readme", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 303514e0..305f73fb 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] + +### Added + +- Add `signRewardsMessage` method ([#566](https://github.com/MetaMask/snap-bitcoin-wallet/pull/566)) + ## [1.6.0] ### Changed @@ -538,7 +544,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: add CI for lint and test ([#2](https://github.com/MetaMask/bitcoin/pull/2)) - feat: init commit -[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.4.5...v1.5.0 [1.4.5]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.4.4...v1.4.5 diff --git a/packages/snap/package.json b/packages/snap/package.json index 38ab75b3..91f86918 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bitcoin-wallet-snap", - "version": "1.6.0", + "version": "1.7.0", "description": "A Bitcoin wallet Snap.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 7cc1bb1d..0510dd84 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.7.0", "description": "Manage Bitcoin using MetaMask", "proposedName": "Bitcoin", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-bitcoin-wallet.git" }, "source": { - "shasum": "TPFaRAwYCn6fMO0uaOcIMxprEPRPjX8aB0JViJv5gWA=", + "shasum": "an5d3f7caF4hiwanFK329pfEXbsZVO5hvsnudh6cBq8=", "location": { "npm": { "filePath": "dist/bundle.js",