From 61f042ec1c4ee6e3f694f898d310c41b199cbe30 Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Mon, 6 Jan 2025 13:50:48 -0500 Subject: [PATCH] chore(main): release 0.8.2 (#654) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e023d4..b9fdf70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/Autodesk/pgbelt/compare/v0.8.1...v0.8.2) (2025-01-06) + + +### Bug Fixes + +* support for indexes with quotes in the name [#652](https://github.com/Autodesk/pgbelt/issues/652) ([#653](https://github.com/Autodesk/pgbelt/issues/653)) ([1b7d90c](https://github.com/Autodesk/pgbelt/commit/1b7d90cd13ca2e03d46a8f3c5b95599b35a8cac9)) + ## [0.8.1](https://github.com/Autodesk/pgbelt/compare/v0.8.0...v0.8.1) (2024-11-26) diff --git a/pyproject.toml b/pyproject.toml index 4d3548c..5b83732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.8.1" +version = "0.8.2" 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"