From 9bdb1ccf1b0ad6e0e200ae73aebd7e20e42e9ed1 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Sat, 29 Aug 2020 18:22:38 +0200 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 4 ++-- src/enacl.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,[]},