diff --git a/CHANGELOG.md b/CHANGELOG.md index ca33ef0..24559ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.2.3 (2024-04-10) + ## 0.2.2 (2024-04-09) - extract psycopg-binary as extra dep diff --git a/pyproject.toml b/pyproject.toml index b8dcf26..c0dbf21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dump-psql-roles-grants" -version = "0.2.2" +version = "0.2.3" description = "Dump Postgres Roles and Grants" authors = ["Roman Geraskin "] readme = "README.md"