From 2f4d9fa171cffcd114836cf7baebdfd7393d483c Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 12 Jul 2017 18:42:42 +0200 Subject: [PATCH] Update changelog for v1.0.1 (cherry picked from commit 37d9fd72d05cf6aff4d5e22d8932f8b634838262) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6f50dc..d6bf1936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,22 @@ For reference, the possible headings are: * **External Contributors** to list contributors outside of BigchainDB GmbH. * **Notes** + +## [1.0.1] - 2017-07-13 +Tag name: v1.0.1 + +### Fixed +* Various issues in the Quickstart page. Pull requests + [#1641](https://github.com/bigchaindb/bigchaindb/pull/1641) and + [#1648](https://github.com/bigchaindb/bigchaindb/pull/1648). +* Changefeed hanging when MongoDB primary node is turned off. + [Pull request #1638](https://github.com/bigchaindb/bigchaindb/pull/1638). +* Missing `assets` tables for RethinkDB backend. + [Pull request #1646](https://github.com/bigchaindb/bigchaindb/pull/1646). +* Cryptoconditions version mismatch. + [Pull request #1659](https://github.com/bigchaindb/bigchaindb/pull/1659). + + ## [1.0.0] - 2017-07-05 Tag name: v1.0.0