added changelong and version bump

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-03-10 08:37:14 +01:00
parent dadbdbc9da
commit 039e397213
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@ For reference, the possible headings are:
* **Known Issues**
* **Notes**
## [2.3.2] - 2023-10-03
* **Fixed** websocket service issue with block/asset object access of different object/tx versions
* **Added** CI pipeline to build and package the all-in-one docker images
## [2.3.1] - 2023-02-03
* **Fixed** backend.models.assets class content type issue (verification if objects are of type dict)

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = "2.3.1"
__version__ = "2.3.2"
__short_version__ = "2.3"
# Supported Tendermint versions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "planetmint"
version = "2.3.1"
version = "2.3.2"
description = "Planetmint: The Blockchain Database"
authors = ["Planetmint contributors"]
license = "AGPLv3"