This commit is contained in:
Jesper Louis Andersen 2020-08-29 18:22:38 +02:00
parent 57ad262ec8
commit 9bdb1ccf1b
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.1.1]
### Added ### Added [1.1.1]
- Introduce the ability to reload the enacl module (Bryan Paxton, @starbelly) - Introduce the ability to reload the enacl module (Bryan Paxton, @starbelly)

View File

@ -1,6 +1,6 @@
{application,enacl, {application,enacl,
[{description,"Erlang libsodium (NaCl) bindings"}, [{description,"Erlang libsodium (NaCl) bindings"},
{vsn,"1.1.0"}, {vsn,"1.1.1"},
{registered,[]}, {registered,[]},
{applications,[kernel,stdlib]}, {applications,[kernel,stdlib]},
{env,[]}, {env,[]},