From ed5f89b69cbdca48be23cc383baab3651a37dcf2 Mon Sep 17 00:00:00 2001 From: Sushant Mimani Date: Mon, 4 Apr 2022 16:35:13 -0700 Subject: [PATCH] Version bump (#345) --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04e9fd6..908f6d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +v3.1.3 - 4 April 2022 +---------------------- + +Bug fixes: + +* [#329](https://github.com/godaddy/tartufo/issues/329) - Entropy exclusions(exclude-entropy-patterns) ignored when using +scan-local-repo +* [#343](https://github.com/godaddy/tartufo/issues/343) - Entropy exclusions(exclude-entropy-patterns) ignored when using +scan-remote-repo + v3.1.2 - 28 March 2022 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index d6152ce7..9195f435 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.1.2" +version = "3.1.3" [tool.poetry.scripts] tartufo = "tartufo.cli:main"