diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c77905..934b1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ We follow [Semantic Versions](https://semver.org/). +## Version 1.0.2 + +- Add `delegate_vesting_shares` method + ## Version 1.0.1 - Support Python 3.12 @@ -14,4 +18,4 @@ We follow [Semantic Versions](https://semver.org/). ## Version 0.1.0 -- Initial release \ No newline at end of file +- Initial release diff --git a/pyproject.toml b/pyproject.toml index 17de41c..a8424e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "viz-python-lib" -version = "1.0.1" +version = "1.0.2" description = "Python library for VIZ blockchain" authors = ["Vladimir Kamarzin "] license = "MIT"