mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-11 16:46:37 +00:00
bumped versions and added changelog
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
e0c7968b9a
commit
a1803a8041
@ -25,6 +25,11 @@ For reference, the possible headings are:
|
|||||||
* **Known Issues**
|
* **Known Issues**
|
||||||
* **Notes**
|
* **Notes**
|
||||||
|
|
||||||
|
## [2.4.6] - 2023-2-05
|
||||||
|
* **Fixed** Missing ABCI_RPC object initiailization for CLI voting commands.
|
||||||
|
* **Fixed** TypeError in EndBlock procedure that occured rarely within the network.
|
||||||
|
* **Security** moved to a more secure requests version
|
||||||
|
|
||||||
## [2.4.5] - 2023-21-04
|
## [2.4.5] - 2023-21-04
|
||||||
* **Fixed** Integration of DataAccessor Singleton class to reduce potentially multiple DB driver initializations.
|
* **Fixed** Integration of DataAccessor Singleton class to reduce potentially multiple DB driver initializations.
|
||||||
|
|
||||||
|
@ -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__ = "2.4.5"
|
__version__ = "2.4.6"
|
||||||
__short_version__ = "2.4"
|
__short_version__ = "2.4"
|
||||||
|
|
||||||
# Supported Tendermint versions
|
# Supported Tendermint versions
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "planetmint"
|
name = "planetmint"
|
||||||
version = "2.4.5"
|
version = "2.4.6"
|
||||||
description = "Planetmint: The Blockchain Database"
|
description = "Planetmint: The Blockchain Database"
|
||||||
authors = ["Planetmint contributors"]
|
authors = ["Planetmint contributors"]
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user