From 813cddd87ffa18ffdc3ff6df54377bb0590fc445 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 20 Sep 2014 00:38:45 +0200 Subject: catlfish-0.1.1. --- NEWS.md | 5 +++++ ebin/catlfish.app | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]}]}. -- cgit v1.1