v1.0.0-beta.5

This commit is contained in:
Christopher Jeffrey 2017-02-27 17:23:40 -08:00
parent e31ddaa61a
commit 96d093fb64
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Bcoin Release Notes & Changelog # Bcoin Release Notes & Changelog
## v1.0.0-beta.5
### Notable Changes
- __miner__ - Better fee rate comparisons.
- __deps__ - Upgrade deps, fix build on arm and windows.
## v1.0.0-beta.4 ## v1.0.0-beta.4
### Notable Changes ### Notable Changes

View File

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