diff --git a/CHANGELOG.md b/CHANGELOG.md index e40f5a1..e6ea8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,10 @@ For reference, the possible headings are: * **Known Issues** * **Notes** -## [Unreleased] - 2023-15-02 -* **Changed** migrated dependency management to poetry ## [2.2.3] - 2023-14-02 * **Fixed** fixed voting/election backward compatibility issue (using planetmint-transactions >= 0.7.0) on the 2.2 main branch +* **Changed** migrated dependency management to poetry ## [2.2.2] - 2023-31-01 * **Fixed** catching tarantool exceptions in case tarantool drivers throw execeptions due to concurrency issues. This issue got idenitfied during the testing of the planetmint-driver-ts. diff --git a/pyproject.toml b/pyproject.toml index 743d4bb..5100ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planetmint" -version = "2.2.2" +version = "2.2.3" description = "Planetmint: The Blockchain Database" authors = ["Planetmint contributors"] license = "AGPLv3"