diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b6676d..2d917dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -v5.0.1 - July XX 2024 +v5.0.1 - July 25 2024 --------------------- * [#537](https://github.com/godaddy/tartufo/pull/537) - Add support for python 3.12, and update dependencies to latest versions. +* [#532](https://github.com/godaddy/tartufo/pull/532) - Add support for latest + pygit versions. v5.0.0 - March 14 2024 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 5750bde8..72316817 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 = "5.0.0" +version = "5.0.1" [tool.poetry.scripts] tartufo = "tartufo.cli:main"