mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Bump version number 0.2.0 -> 0.3.0
Updated changelog
This commit is contained in:
parent
4f28e873dc
commit
2ac3e360f7
16
CHANGELOG.md
16
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
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = '0.2.0'
|
||||
__short_version__ = '0.2'
|
||||
__version__ = '0.3.0'
|
||||
__short_version__ = '0.3'
|
Loading…
x
Reference in New Issue
Block a user