Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jun 16, 2019
1 parent c9b5bdd commit 82daac0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 82daac0

Please sign in to comment.