diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f44483..8d9aabd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,22 @@ For reference, the possible headings are: * **External Contributors** to list contributors outside of ascribe GmbH. +## [0.3.0] - 2016-05-03 +Tag name: v0.3.0 += commit: +committed: + +### Added +- Crypto-conditions specs according to the Interledger protocol: [Pull Request #174](https://github.com/bigchaindb/bigchaindb/pull/174) +- Added support for anonymous hashlocked conditions and fulfillments: [Pull Request #211](https://github.com/bigchaindb/bigchaindb/pull/211) + +### Changed +- Several improvements to the aws deployment scripts: [Pull Request #227](https://github.com/bigchaindb/bigchaindb/pull/227) + +### Fixed +- Bug related to block validation: [Pull Request #233](https://github.com/bigchaindb/bigchaindb/pull/233) + + ## [0.2.0] - 2016-04-26 Tag name: v0.2.0 = commit: 0c4a2b380aabdcf50fa2d7fb351c290aaedc3db7 diff --git a/bigchaindb/version.py b/bigchaindb/version.py index 3af9f911..793d1adc 100644 --- a/bigchaindb/version.py +++ b/bigchaindb/version.py @@ -1,2 +1,2 @@ -__version__ = '0.2.0' -__short_version__ = '0.2' \ No newline at end of file +__version__ = '0.3.0' +__short_version__ = '0.3' \ No newline at end of file