updated changelog and version umber

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2022-10-27 16:21:12 +02:00
parent 5ada25cf76
commit f32c1f88a4
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@ For reference, the possible headings are:
* **Notes** * **Notes**
## [Unreleased] ## [Unreleased]
## [1.3.0] - 2022-27-10
* **Changed** migrated asset to assets
* **Changed** replaced transaction module with planetmint-transactions package * **Changed** replaced transaction module with planetmint-transactions package
* **Changed** moved transaction network validation to Planetmint class * **Changed** moved transaction network validation to Planetmint class
* **Changed** adjusted test cases * **Changed** adjusted test cases

View File

@ -3,8 +3,8 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0 # Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = "1.2.1" __version__ = "1.3.0"
__short_version__ = "1.2" __short_version__ = "1.3"
# Supported Tendermint versions # Supported Tendermint versions
__tm_supported_versions__ = ["0.34.15"] __tm_supported_versions__ = ["0.34.15"]