diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a8414..c80f94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ For reference, the possible headings are: * **Known Issues** * **Notes** +## [2.5.1] - 2023-22-06 +* **Fixed** docker image incompatibility with tarantool installer, switched to ubuntu-container for AIO image + ## [2.5.0] - 2023-21-06 * **Changed** Upgraded ABCI compatbility to Tendermint v0.34.24 and CometBFT v0.34.29 diff --git a/planetmint/version.py b/planetmint/version.py index ec58cb0..8d5507d 100644 --- a/planetmint/version.py +++ b/planetmint/version.py @@ -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.5.0" +__version__ = "2.5.1" __short_version__ = "2.5" # Supported Tendermint versions diff --git a/pyproject.toml b/pyproject.toml index f13dca0..5d4b7b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planetmint" -version = "2.5.0" +version = "2.5.1" description = "Planetmint: The Blockchain Database" authors = ["Planetmint contributors"] license = "AGPLv3"