From 82daac09c482f6b7dcf0f4601822bf9f282470c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Sat, 15 Jun 2019 23:17:34 -0700 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79a9f8..53c92b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Nothing yet + +## [0.2.1][] - 2019-06-15 + +### Updated + +- Updated dependencies + ## [0.2.0][] - 2019-04-06 ### Added @@ -26,5 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Initial release -[Unreleased]: https://github.com/peek-travel/ecto_diff/compare/0.2.0...HEAD +[Unreleased]: https://github.com/peek-travel/ecto_diff/compare/0.2.1...HEAD +[0.2.1]: https://github.com/peek-travel/ecto_diff/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/peek-travel/ecto_diff/compare/0.1.0...0.2.0 diff --git a/README.md b/README.md index d4ff7c5..3394dc2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The package can be installed by adding `ecto_diff` to your list of dependencies ```elixir def deps do [ - {:ecto_diff, "~> 0.2.0"} + {:ecto_diff, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 0278120..ebf3ba2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoDiff.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @source_url "https://github.com/peek-travel/ecto_diff" def project do