bump version to 0.2.4

pull/142/head
Josh Rabinowitz 6 years ago
parent 85854df8fd
commit dc4c8d7284

@ -1,6 +1,11 @@
# Changelog
## Version 0.2.4
- Added `git secret cat` feature
## Version 0.2.3
- Added `-m` option to `hide` command, files will only be hidden when modifications are detected (#92)
- Changed how path mappings file works: colon delimited FSDB (#92)
- Fixed `gnupg` >= 2.1 CI tests (#6)
@ -31,7 +36,6 @@
- Refactored `hide` and `clean` commands to be shorter
- `shellcheck` is now supported with `make lint`
## Version 0.2.1
- Now everything is tested inside the `docker`-containers and `OSX` images on `travis`.

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# shellcheck disable=2034
GITSECRET_VERSION='0.2.3'
GITSECRET_VERSION='0.2.4'

Loading…
Cancel
Save