diff --git a/CHANGELOG.md b/CHANGELOG.md index e00a3c3..3e9cf14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][] +## [0.3.2][] - 2019-06-15 + +### Updated + +- Updated dependencies + ## [0.3.1][] - 2019-03-18 ### Fixed @@ -43,7 +49,8 @@ PR [#23](https://github.com/peek-travel/excal/pull/23) ### Initial release -[Unreleased]: https://github.com/peek-travel/excal/compare/0.3.1...HEAD +[Unreleased]: https://github.com/peek-travel/excal/compare/0.3.2...HEAD +[0.3.2]: https://github.com/peek-travel/excal/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/peek-travel/excal/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/peek-travel/excal/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/peek-travel/excal/compare/0.1.0...0.2.0 diff --git a/README.md b/README.md index 67d7810..8345566 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The package can be installed by adding `excal` to your list of dependencies in ` ```elixir def deps do [ - {:excal, "~> 0.3.1"} + {:excal, "~> 0.3.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 4b64e54..b6d62bc 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Excal.MixProject do use Mix.Project - @version "0.3.1" + @version "0.3.2" @source_url "https://github.com/peek-travel/excal" def project do