diff --git a/CHANGELOG.md b/CHANGELOG.md index de8bae0..43627c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.0.1 - 2015-01-11 + +* Now works correctly with filenames in a repository that contain spaces when + executing `git secrets --scan` with no provided filename (via `git grep`). +* Now works with git repositories with hundreds of thousands of files when + using `git secrets --scan` with no provided filename (via `git grep`). + ## 1.0.0 - 2015-12-10 * Initial release of ``git-secrets``.