updated CHANGELOG and version

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-01-26 10:20:14 +01:00
parent cb32da52c6
commit 869d8a394d
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@ For reference, the possible headings are:
* **Known Issues** * **Known Issues**
* **Notes** * **Notes**
## [2.1.0] - 2023-26-01
* **Added** validation for compose and decompose transaction types
## [2.0.0] - 2023-12-01 ## [2.0.0] - 2023-12-01
* **Changed** changed tarantool db schema * **Changed** changed tarantool db schema
* **Removed** removed text_search routes * **Removed** removed text_search routes

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__ = "2.0.0" __version__ = "2.1.0"
__short_version__ = "2.0" __short_version__ = "2.1"
# Supported Tendermint versions # Supported Tendermint versions
__tm_supported_versions__ = ["0.34.15"] __tm_supported_versions__ = ["0.34.15"]