diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2d4c7..cb0bec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.17.2] + +### Fixed +- Work around `rebar3 hex` publishing .so files + ## [0.17.1] ### Fixed diff --git a/src/enacl.app.src b/src/enacl.app.src index aa4961a..d8c57e8 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,6 +1,6 @@ {application,enacl, [{description,"Erlang libsodium (NaCl) bindings"}, - {vsn,"0.17.1"}, + {vsn,"0.17.2"}, {registered,[]}, {applications,[kernel,stdlib]}, {env,[]},