From fe57c1b22a0020824b92e23b6ffc4574234fa680 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Jan 2026 14:41:31 +0000 Subject: [PATCH 1/2] 1.9.0 --- package.json | 2 +- packages/snap/CHANGELOG.md | 10 +++++++++- packages/snap/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 600a4656..02dd0e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoin-wallet-snap-monorepo", - "version": "1.8.0", + "version": "1.9.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 4df611fd..d440e5d5 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.0] + +### Uncategorized + +- feat: add change utxo dropped when full swap use case ([#572](https://github.com/MetaMask/snap-bitcoin-wallet/pull/572)) +- fix: update p2wsh, p2tr and p2sh dust minimum value ([#570](https://github.com/MetaMask/snap-bitcoin-wallet/pull/570)) + ## [1.8.0] ### Changed @@ -550,7 +557,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.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.9.0...HEAD +[1.9.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.7.0...v1.8.0 [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 diff --git a/packages/snap/package.json b/packages/snap/package.json index 7af469ac..729c31c6 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bitcoin-wallet-snap", - "version": "1.8.0", + "version": "1.9.0", "description": "A Bitcoin wallet Snap.", "repository": { "type": "git", From fe20f431e15b7f3e5320328071184ec316baee6f Mon Sep 17 00:00:00 2001 From: Frederic HENG Date: Wed, 14 Jan 2026 16:37:49 +0100 Subject: [PATCH 2/2] chore: update version and CHANGELOG.MD --- packages/snap/CHANGELOG.md | 6 +++--- packages/snap/snap.manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index d440e5d5..4b74620f 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.9.0] -### Uncategorized +### Changed -- feat: add change utxo dropped when full swap use case ([#572](https://github.com/MetaMask/snap-bitcoin-wallet/pull/572)) -- fix: update p2wsh, p2tr and p2sh dust minimum value ([#570](https://github.com/MetaMask/snap-bitcoin-wallet/pull/570)) +- Add change utxo dropped when full swap use case ([#572](https://github.com/MetaMask/snap-bitcoin-wallet/pull/572)) +- Update p2wsh, p2tr and p2sh dust minimum value ([#570](https://github.com/MetaMask/snap-bitcoin-wallet/pull/570)) ## [1.8.0] diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 7215aa79..76faf822 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.9.0", "description": "Manage Bitcoin using MetaMask", "proposedName": "Bitcoin", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-bitcoin-wallet.git" }, "source": { - "shasum": "szJAoKtgR6QoysiE04qSBfy2Dz95MiYIChtIxmdOtjI=", + "shasum": "Zm/sd/qBHb5IBLwlsjtAij6VGTVRJ6mwXrs2/SRviH0=", "location": { "npm": { "filePath": "dist/bundle.js",