Skip to content

Commit a3e7998

Browse files
author
Aaron Loo
committed
bumping to v0.13.1
1 parent e23c803 commit a3e7998

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
2626

2727
### Unreleased
2828

29+
30+
# v0.13.1
31+
##### March 26th, 2020
32+
2933
#### :tada: New Features
3034

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

43+
#### :sparkles: Usability
44+
45+
- Support for `DETECT_SECRETS_SECURITY_TEAM` environment variable to customize
46+
the pre-commit hook error message ([#283], thanks [@0atman])
47+
48+
[#283]: https://github.com/Yelp/detect-secrets/pull/283
49+
50+
#### :bug: Bugfixes
51+
52+
- Adhoc `HighEntropyString` scanning supports multiple words ([#287])
3953

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

41-
# v0.13.0
56+
### v0.13.0
4257
##### October 28th, 2019
4358

4459
#### :newspaper: News

Diff for: detect_secrets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.13.0'
1+
VERSION = '0.13.1'

0 commit comments

Comments
 (0)