diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d167f4..3b4e52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) 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) diff --git a/src/enacl.app.src b/src/enacl.app.src index 2238df5..4cdecec 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,6 +1,6 @@ {application,enacl, [{description,"Erlang libsodium (NaCl) bindings"}, - {vsn,"1.1.0"}, + {vsn,"1.1.1"}, {registered,[]}, {applications,[kernel,stdlib]}, {env,[]},