diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbb40150..d741c7e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.10.0-dev.1](https://github.com/blockstack/stacks-wallet/compare/v4.9.1...v4.10.0-dev.1) (2023-05-25) + + +### Bug Fixes + +* display all types of btc pox addresses ([d16a023](https://github.com/blockstack/stacks-wallet/commit/d16a023feedaab26e5036c37917fa077dbbff7f6)) + + +### Features + +* update stacks.js ([bfc60ec](https://github.com/blockstack/stacks-wallet/commit/bfc60ec7a45ae87f539c8141f5c58b6a5da472ed)) + ## [4.9.1](https://github.com/blockstack/stacks-wallet/compare/v4.9.0...v4.9.1) (2023-04-17) diff --git a/package.json b/package.json index 8ed6c2d7d..d1bb57199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.9.1", + "version": "4.10.0-dev.1", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",