added Changelog and increased version

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-11-28 21:41:30 +01:00
parent 1918a08748
commit bd64ab7304
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,10 @@ For reference, the possible headings are:
* **Known Issues** * **Known Issues**
* **Notes** * **Notes**
## [Unreleased]
## [1.3.2] - 2022-28-11
* **Changed** new zenroom 2.3.1 support
* **Changed** integrated new planetmint-cryptoconditions package (via the transactions package)
## [1.3.0] - 2022-27-10 ## [1.3.0] - 2022-27-10
* **Changed** migrated asset to assets * **Changed** migrated asset to assets

View File

@ -3,7 +3,7 @@
# 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.3.1" __version__ = "1.3.2"
__short_version__ = "1.3" __short_version__ = "1.3"
# Supported Tendermint versions # Supported Tendermint versions