Skip to content

Commit

Permalink
chore: release version v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 26, 2020
1 parent d0c41dc commit ee5eed9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.6.2](https://github.com/spandex-project/spandex_ecto/compare/0.6.1...v0.6.2) (2020-5-26)




### Bug Fixes:

* update spandex version dependency

## [v0.6.1](https://github.com/spandex-project/spandex_ecto/compare/0.6.0...v0.6.1) (2019-10-14)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `spandex_ecto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:spandex_ecto, "~> 0.6.1"}
{:spandex_ecto, "~> 0.6.2"}
]
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 SpandexEcto.MixProject do
use Mix.Project

@version "0.6.1"
@version "0.6.2"

def project do
[
Expand Down

0 comments on commit ee5eed9

Please sign in to comment.