diff --git a/CHANGELOG.md b/CHANGELOG.md index d97e3c3..db1a0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.4](https://github.com/Autodesk/pgbelt/compare/v0.7.3...v0.7.4) (2024-04-08) + + +### Bug Fixes + +* support for password special characters, fixes [#440](https://github.com/Autodesk/pgbelt/issues/440) ([#441](https://github.com/Autodesk/pgbelt/issues/441)) ([71b0f9d](https://github.com/Autodesk/pgbelt/commit/71b0f9d41add54967420c31ad86ac38b10ccdf2a)) + ## [0.7.3](https://github.com/Autodesk/pgbelt/compare/v0.7.2...v0.7.3) (2024-04-01) diff --git a/pyproject.toml b/pyproject.toml index 29c29b4..aac5d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.7.3" +version = "0.7.4" description = "A CLI tool used to manage Postgres data migrations from beginning to end, for a single database or a fleet, leveraging pglogical replication." authors = ["Varjitt Jeeva "] readme = "README.md"