From 7c78708eed025c5d901ee34106e12db370f6a595 Mon Sep 17 00:00:00 2001 From: mayuriesha <89418259+mayuriesha@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:23:09 -0700 Subject: [PATCH] Releasing patch with version bump to v3.2.1 (#370) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c93c88c..2d3f624e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased +v3.2.1 - 20 July 2022 ---------------------- Features: diff --git a/pyproject.toml b/pyproject.toml index 8088fce1..58faf10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ maintainers = ["GoDaddy "] name = "tartufo" readme = "README.md" repository = "https://github.com/godaddy/tartufo/" -version = "3.2.0" +version = "3.2.1" [tool.poetry.scripts] tartufo = "tartufo.cli:main"