Skip to content

Commit

Permalink
Bumping version to 0.10.2, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed Sep 12, 2018
1 parent f7d05ac commit 57b8c26
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
[@xxxx]: https://github.com/xxxx
-->

### 0.10.2
##### September 12th, 2018

#### :tada: New Features

- Added a (b)ack option to 'Is this a valid secret?' ([#72], thanks [@cleborys])
- Added a `BasicAuthDetector` plugin ([#74])
- Added cli functionality to check strings in an adhoc manner ([#73])

#### :bug: Bugfixes

- Added a check to only load json from stdin if it exists ([#69], thanks [@guykisel])

#### :snake: Miscellaneous

- Fixed a typo in the README ([#68], thanks [@whathejoe])

### 0.10.1
##### August 1st, 2018

Expand Down Expand Up @@ -68,6 +85,15 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
[#64]: https://github.com/Yelp/detect-secrets/pull/64
[#65]: https://github.com/Yelp/detect-secrets/pull/65

[#68]: https://github.com/Yelp/detect-secrets/pull/68
[#69]: https://github.com/Yelp/detect-secrets/pull/69
[#72]: https://github.com/Yelp/detect-secrets/pull/72
[#73]: https://github.com/Yelp/detect-secrets/pull/73
[#74]: https://github.com/Yelp/detect-secrets/pull/74

[@cleborys]: https://github.com/cleborys
[@guykisel]: https://github.com/guykisel
[@whathejoe]: https://github.com/whathejoe

### 0.9.1
##### June 28th, 2018
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.10.1'
VERSION = '0.10.2'

0 comments on commit 57b8c26

Please sign in to comment.