Skip to content

Commit 5d5ba44

Browse files
authored
Merge pull request #141 from brentzundel/master
Release 0.9.2
2 parents f851ab4 + ed58b31 commit 5d5ba44

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.9.2
4+
* Changed from using LevelDB to RocksDB
5+
* Changed transactions to use JSON objects rather than unlabeled arrays
6+
* Relies on indy-plenum and indy-crypto with BLS sigs fix
7+
* bugfixes
8+
39
## 0.9.1
410
* refactor to unify validation between fees and payments
511
* relies on stable versions of all artifacts

sovtoken/sovtoken/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# TODO: Update the field values below where needed
66
__title__ = 'sovtoken'
7-
__version_info__ = (0, 9, 1)
7+
__version_info__ = (0, 9, 2)
88
__version__ = '.'.join(map(str, __version_info__))
99
__description__ = 'Token Plugin For Indy Plenum'
1010
__long_description__ = ''

sovtokenfees/sovtokenfees/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__maintainer__ = 'Evernym'
1010
__title__ = 'sovtokenfees'
1111
__url__ = 'https://github.com/evernym/plugin/tree/master/sovtokenfees'
12-
__version_info__ = (0, 9, 1)
12+
__version_info__ = (0, 9, 2)
1313
__version__ = '.'.join(map(str, __version_info__))
1414

1515
__all__ = ['__title__',

0 commit comments

Comments
 (0)