v1.0.0-beta.12

This commit is contained in:
Christopher Jeffrey 2017-03-26 15:18:23 -07:00
parent 0429d56534
commit 6fde0fd7d8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Bcoin Release Notes & Changelog
## v1.0.0-beta.12
### Notable Changes
- __networks__ - Fixed simnet wpkh prefix.
- __http__ - `wallet join` without wallet auth has been fixed for responses.
This was causing a hanging issue with the client.
## v1.0.0-beta.11
### Notable Changes

View File

@ -11,7 +11,7 @@
* @const {String}
*/
exports.version = 'v1.0.0-beta.11';
exports.version = 'v1.0.0-beta.12';
/**
* Repository URL.

View File

@ -1,6 +1,6 @@
{
"name": "bcoin",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "Bitcoin bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcoin.git",