From 9143003b1ea8aca8b97311a46e4a2d54af619fd1 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 26 Apr 2016 11:06:46 +0200 Subject: [PATCH 1/3] Updated version number and changelog --- CHANGELOG.md | 3 ++- bigchaindb/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5418584d..a0e02a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ For reference, the possible headings are: * **External Contributors** to list contributors outside of ascribe GmbH. -## [Unreleased] - YYYY-MM-DD +## [0.2.0] - 2016-04-26 Tag name: TBD = commit: TBD committed: TBD @@ -50,6 +50,7 @@ committed: TBD ### Fixed - Bug related to config overwrite: [Pull Request #97](https://github.com/bigchaindb/bigchaindb/pull/97) +- Bug related to running the `bigchaindb-benchmark load` on docker [Pull Request #225](https://github.com/bigchaindb/bigchaindb/pull/225) ## External Contributors - [@thedoctor](https://github.com/thedoctor): Pull Requests diff --git a/bigchaindb/version.py b/bigchaindb/version.py index 8902322a..32cbd688 100644 --- a/bigchaindb/version.py +++ b/bigchaindb/version.py @@ -1,2 +1,2 @@ -__version__ = '0.1.5' +__version__ = '0.2.0' __short_version__ = '0.1' \ No newline at end of file From 0c4a2b380aabdcf50fa2d7fb351c290aaedc3db7 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 26 Apr 2016 11:09:55 +0200 Subject: [PATCH 2/3] bump short version --- bigchaindb/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/version.py b/bigchaindb/version.py index 32cbd688..3af9f911 100644 --- a/bigchaindb/version.py +++ b/bigchaindb/version.py @@ -1,2 +1,2 @@ __version__ = '0.2.0' -__short_version__ = '0.1' \ No newline at end of file +__short_version__ = '0.2' \ No newline at end of file From 267d73b1cfe34bc1c43f5194e5c66a6d80a24dc8 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 26 Apr 2016 11:19:04 +0200 Subject: [PATCH 3/3] added commit tag to changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e02a75..e4f44483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ For reference, the possible headings are: ## [0.2.0] - 2016-04-26 -Tag name: TBD -= commit: TBD -committed: TBD +Tag name: v0.2.0 += commit: 0c4a2b380aabdcf50fa2d7fb351c290aaedc3db7 +committed: April 26, 2016, 11:09 AM GMT+2 ### Added - Ability to use environment variables to set (or partially set) configuration settings: [Pull Request #153](https://github.com/bigchaindb/bigchaindb/pull/153)