summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md11
-rw-r--r--ebin/plop.app2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index e1408b5..e93e9ff 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,13 @@
-# Changes in plop 0.7.0-dev
+# Changes in plop 0.7.0 - 2015-04-25
+
+## Features
+
+- Support for reading an HSM PIN from a file added.
+
+## Bugfixes
+
+- Fix a bug where duplicated entries were not accepted by frontend
+ nodes, f.ex. at merge (CATLFISH-44).
# Changes in plop 0.6.0 - 2015-04-13
diff --git a/ebin/plop.app b/ebin/plop.app
index abf81fd..56a1b56 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.7.0-dev"},
+ {vsn, "0.7.0"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},