From 0e985f1aa8556ddf58e7183e667cf0eabaa9dc0e Mon Sep 17 00:00:00 2001 From: Joey Wilhelm Date: Mon, 11 Oct 2021 12:00:10 -0400 Subject: [PATCH] Version bump for v2.8.1 (#224) --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da929064..69648ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v2.8.1 - 11 October 2021 +------------------------ + +Bug fixes: + +* [#222](https://github.com/godaddy/tartufo/pull/222) - Allow + exclude-entropy-patterns to match lines containing partial matches -- thanks + to @kbartholomew-godaddy for the work on this one! + v2.8.0 - 14 September 2021 -------------------------- diff --git a/pyproject.toml b/pyproject.toml index dab05a89..f1029dde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ maintainers = ["GoDaddy "] name = "tartufo" readme = "README.md" repository = "https://github.com/godaddy/tartufo/" -version = "2.8.0" +version = "2.8.1" [tool.poetry.scripts] tartufo = "tartufo.cli:main"