diff --git a/CHANGELOG.md b/CHANGELOG.md index 332e106..213f209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ For reference, the possible headings are: * **Known Issues** * **Notes** +## [2.4.2] - 2023-13-04 +* **Added** planetmint migration commands + ## [2.4.1] - 2023-11-04 * **Removed** Fastquery class * **Changed** UTXO space updated to resemble outputs diff --git a/pyproject.toml b/pyproject.toml index e20f8a8..4f8ef4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planetmint" -version = "2.4.1" +version = "2.4.2" description = "Planetmint: The Blockchain Database" authors = ["Planetmint contributors"] license = "AGPLv3"