diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 030415c..8fa31fd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,8 @@ List of people who have contributed to the eNaCl source code: Alexander Færøy +Amir Ghassemi Nasr Jesper Louis Andersen - +Joel Stanley +Parnell Springmeyer +Ricardo Lanziano diff --git a/README.md b/README.md index 6a14c88..bb40123 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R # Versions +### v0.14.0 + +* Add support for libsodiums `box_seal` functions (Amir Ghassemi Nasr) +* Add support for libsodiums `crypto_sign_detached` (Joel Stanley, Parnell Springmeyer) +* Switch the tag names to the form `0.14.0` rather than `v0.14.0`. For this release both tags are present, but + from the next release on, it won't be the case. + ### v0.13.0 * Quell warnings from the C code diff --git a/src/enacl.app.src b/src/enacl.app.src index d6f5004..f331b4b 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,7 +1,7 @@ {application, enacl, [ {description, "Erlang NaCl bindings"}, - {vsn, "0.13.0"}, + {vsn, "0.14.0"}, {registered, []}, {applications, [kernel, stdlib]}, {env, []}