Skip to content

Commit

Permalink
Version bump for v2.9.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic authored Oct 19, 2021
1 parent 2731713 commit 4f06f89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vX.Y.Z - TBD
------------
v2.9.0 - 19 October 2021
------------------------

Bug fixes:

Expand All @@ -16,6 +16,10 @@ Features:
`DeprecationWarning` stating that the old behavior will go away with v3.0.
* Fixed up warning handling so that we can display `DeprecationWarning`s to users
more easily.
* [#223](https://github.com/godaddy/tartufo/pull/223) New flags
(`-b64`/`--b64-entropy-score` and `-hex`/`--hex-entropy-score`) allow for user
tuning of the entropy reporting sensitivity. They default to 4.5 and 3.0,
respectively.

v2.8.1 - 11 October 2021
------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainers = ["GoDaddy <[email protected]>"]
name = "tartufo"
readme = "README.md"
repository = "https://github.com/godaddy/tartufo/"
version = "2.8.1"
version = "2.9.0"

[tool.poetry.scripts]
tartufo = "tartufo.cli:main"
Expand Down

0 comments on commit 4f06f89

Please sign in to comment.