aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md7
-rw-r--r--zerobin.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..09836c3
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,7 @@
+1.5.1
+=====
+
+* Added ChangeLog
+* zerobin command supports reading stdin:
+ `zerobin -f /etc/fstab` can be done as
+ `cat /etc/fstab | zerobin -f -` or `zerobin -f < /etc/fstab`
diff --git a/zerobin.cabal b/zerobin.cabal
index cc87b75..c1e999c 100644
--- a/zerobin.cabal
+++ b/zerobin.cabal
@@ -10,7 +10,7 @@ maintainer: Igor Pashev <pashev.igor@gmail.com>
copyright: 2015, Zalora South East Asia Pte. Ltd
category: Cryptography, Web
build-type: Simple
-extra-source-files: README.md
+extra-source-files: README.md ChangeLog.md
cabal-version: >= 1.20
source-repository head