diff --git a/CHANGELOG.md b/CHANGELOG.md index a545a875..a1a1a9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -vT.B.D - Month D 2023 ---------------------- +v5.0.0 - March 14 2024 +---------------------- * [#502](https://github.com/godaddy/tartufo/pull/502) - Drop support for python 3.7; this version reached end of support on 27 June 2023. diff --git a/pyproject.toml b/pyproject.toml index 1a596105..0102a542 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 = "4.1.0" +version = "5.0.0" [tool.poetry.scripts] tartufo = "tartufo.cli:main"