Bump version number 0.2.0 -> 0.3.0

Updated changelog
This commit is contained in:
Rodolphe Marques 2016-05-03 11:36:22 +02:00
parent 4f28e873dc
commit 2ac3e360f7
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
__version__ = '0.2.0'
__short_version__ = '0.2'
__version__ = '0.3.0'
__short_version__ = '0.3'