summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md6
-rw-r--r--ebin/plop.app2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 132135f..92fc026 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,9 @@
+# Changes in plop 0.2.0-dev - 2014-??-??
+
+## Bugfixes
+
+- Serialise certificate chains and extensions as RFC5246 vectors.
+
# Changes in plop 0.1.1 - 2014-09-20
plop version 0.1.1 removes the depency on maps and fixes several major
diff --git a/ebin/plop.app b/ebin/plop.app
index fd30cde..d017331 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -4,7 +4,7 @@
%%% Application resource file for plop (in -*- erlang -*- mode).
{application, plop,
[{description, "The plop store"},
- {vsn, "0.1.1"},
+ {vsn, "0.2.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib, mnesia]}, % crypto, public_key
{registered, [plop, ht, db]},