Skip to content

Commit 898f1a9

Browse files
committed
7.0.0-rc.0
1 parent 95acf9a commit 898f1a9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 7.0.0
2+
3+
Note: This is a BitGo specific version that generally runs 1 major ahead of
4+
the upstream version
5+
6+
__added__
7+
- BitGo specific Taproot script support (Also in BitGo 6.X)
8+
- bigint support for Doge and similar coins (Also in BitGo 6.X)
9+
110
# 6.0.2
211
__fixed__
312
- p2sh payment now uses empty Buffer for redeem.output when redeemScript is OP_FALSE (#1802)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoinjs-lib",
3-
"version": "6.0.2",
3+
"version": "7.0.0-rc.0",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)