From b6bb618c8d55acd751f2b8ff6e84dcc6d77d2065 Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Tue, 2 May 2023 12:32:08 -0700 Subject: [PATCH] chore(main): release 0.2.2 (#224) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182b2a1..772143c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/Autodesk/pgbelt/compare/v0.2.1...v0.2.2) (2023-05-02) + + +### Bug Fixes + +* undo bump of virtualenv, back to 20.21.0 ([#223](https://github.com/Autodesk/pgbelt/issues/223)) ([01bfe6f](https://github.com/Autodesk/pgbelt/commit/01bfe6fc167df009d451ac83666f1075a4a0ae05)) + ## [0.2.1](https://github.com/Autodesk/pgbelt/compare/v0.2.0...v0.2.1) (2023-05-02) diff --git a/pyproject.toml b/pyproject.toml index 1c5c192..f393594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.2.1" +version = "0.2.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"