summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-06-10 16:28:43 +0200
committerLinus Nordberg <linus@nordu.net>2015-06-10 16:30:37 +0200
commit4c31a6ff8cb1abd515d1c47d2c9fc7fb1430dfcc (patch)
tree2f12f1d90c169c2fdfc5c16a4670a50fe499aeea
parentdb88965a7e20425b513a65fb2b4dc0b8b58e6ebf (diff)
Bump version and describe changes.
-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 e93e9ff..f578b3f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,9 @@
+# Changes in plop 0.8.0-dev
+
+## Features
+
+- frontend/sendsth now verifies the content of entries received.
+
# Changes in plop 0.7.0 - 2015-04-25
## Features
diff --git a/ebin/plop.app b/ebin/plop.app
index 56a1b56..a614d5a 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.7.0"},
+ {vsn, "0.8.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},