version bump

This commit is contained in:
Jesper Louis Andersen 2018-05-21 17:51:32 +02:00
parent 5210099e53
commit f650c72b02
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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