We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695502d commit acdeb84Copy full SHA for acdeb84
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Bcoin release notes & changelog
2
3
-## unreleased
+**Important: Any time you upgrade bcoin, you must execute `npm rebuild` before restarting.**
4
+
5
+## v2.2.0
6
7
- Support for bech32m has been added. bcoin can now validate and send BTC to
8
addresses for witness programs with versions > 0. The address indexer has
package.json
@@ -1,6 +1,6 @@
{
"name": "bcoin",
- "version": "2.1.2",
+ "version": "2.2.0",
"description": "Bitcoin bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcoin.git",
0 commit comments