From 4c31a6ff8cb1abd515d1c47d2c9fc7fb1430dfcc Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 10 Jun 2015 16:28:43 +0200 Subject: Bump version and describe changes. --- NEWS.md | 6 ++++++ ebin/plop.app | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]}, -- cgit v1.1