Skip to content

Commit

Permalink
bumping to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Loo committed Mar 26, 2020
1 parent e23c803 commit a3e7998
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup

### Unreleased


# v0.13.1
##### March 26th, 2020

#### :tada: New Features

- Adding plugin for IBM's Cloudant ([#261], thanks [@killuazhu])
Expand All @@ -36,9 +40,20 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
[#263]: https://github.com/Yelp/detect-secrets/pull/263
[#267]: https://github.com/Yelp/detect-secrets/pull/267

#### :sparkles: Usability

- Support for `DETECT_SECRETS_SECURITY_TEAM` environment variable to customize
the pre-commit hook error message ([#283], thanks [@0atman])

[#283]: https://github.com/Yelp/detect-secrets/pull/283

#### :bug: Bugfixes

- Adhoc `HighEntropyString` scanning supports multiple words ([#287])

[#287]: https://github.com/Yelp/detect-secrets/pull/287

# v0.13.0
### v0.13.0
##### October 28th, 2019

#### :newspaper: News
Expand Down
2 changes: 1 addition & 1 deletion detect_secrets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.13.0'
VERSION = '0.13.1'

0 comments on commit a3e7998

Please sign in to comment.