bump version and update changelog for 0.8.2

This commit is contained in:
Scott Sadler 2017-01-27 10:58:54 +01:00
parent e2fadb2df8
commit f8bc0ea65b
2 changed files with 9 additions and 1 deletions

View File

@ -16,6 +16,14 @@ For reference, the possible headings are:
* **Notes**
## [0.8.2] - 2017-01-27
Tag name: v0.8.2
### Fixed
- Fix spend input twice in same transaction
(https://github.com/bigchaindb/bigchaindb/issues/1099).
## [0.8.1] - 2017-01-16
Tag name: v0.8.1
= commit:

View File

@ -1,2 +1,2 @@
__version__ = '0.8.1'
__version__ = '0.8.2'
__short_version__ = '0.8'