Skip to content

Commit

Permalink
v1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 26, 2017
1 parent 0429d56 commit 6fde0fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @const {String}
*/

exports.version = 'v1.0.0-beta.11';
exports.version = 'v1.0.0-beta.12';

/**
* Repository URL.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6fde0fd

Please sign in to comment.