diff --git a/CHANGELOG b/CHANGELOG index 03e02f3..891c54b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +- 0.3.2 + * Fix crash when supplying block number to block cli tool + * Allow non-pending nonce bootstrap - 0.3.1 * Fix missing application of status on tx result - 0.3.0 diff --git a/setup.cfg b/setup.cfg index af03b6d..4ca8bb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.3.1 +version = 0.3.2 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no