summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md5
-rw-r--r--ebin/catlfish.app2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 232b2b6..51a857c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+# Changes in version 0.1.1 - 2014-09-20
+
+catlfish version 0.1.1 fixes a major bug in add-chain decoding and
+implements get-entry-and-proof.
+
# catlfish version 0.1.0 "PoC" - 2014-09-15
catlfish version 0.1.0 is the proof of concept release.
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 0e739b7..4dbb166 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -6,7 +6,7 @@
%% starting beam.
{application, catlfish,
[{description, "catlfish -- Certificate Transparency Log Server"},
- {vsn, "0.1.1-dev"},
+ {vsn, "0.1.1"},
{modules, [v1]},
{applications, [kernel, stdlib, plop, inets]}]}.
%% {registered, [catlfish]}]}.