diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecc266..216484b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] +## 0.1.4 - 2018-09-17 +### Added +- Add ability to parse whens in specs. + ## 0.1.3 - 2018-09-10 ### Added - Add ability to parse empty tuples @@ -24,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - Initial functionality and tests [Unreleased]: https://github.com/asummers/erlex/compare/v0.1.3...HEAD +[0.1.3...0.1.4]: https://github.com/asummers/erlex/compare/v0.1.3...0.1.4 [0.1.2...0.1.3]: https://github.com/asummers/erlex/compare/v0.1.2...0.1.3 [0.1.1...0.1.2]: https://github.com/asummers/erlex/compare/v0.1.1...0.1.2 [0.1.0...0.1.1]: https://github.com/asummers/erlex/compare/v0.1.0...0.1.1 diff --git a/mix.exs b/mix.exs index cff5c2e..5dcb588 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Erlex.MixProject do def project do [ app: :erlex, - version: "0.1.3", + version: "0.1.4", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, deps: deps(),