diff --git a/CHANGELOG.md b/CHANGELOG.md index a45d42d..7eab7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.7](https://github.com/Autodesk/pgbelt/compare/v0.7.6...v0.7.7) (2024-09-06) + + +### Bug Fixes + +* support for capital letters in sequence names ([#548](https://github.com/Autodesk/pgbelt/issues/548)) ([885e234](https://github.com/Autodesk/pgbelt/commit/885e234e01becfac3eba2297d4618935760044b4)) + ## [0.7.6](https://github.com/Autodesk/pgbelt/compare/v0.7.5...v0.7.6) (2024-07-12) diff --git a/pyproject.toml b/pyproject.toml index 8ed4796..5194459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.7.6" +version = "0.7.7" 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"