Skip to content

Commit

Permalink
[0.8.2] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertored committed Aug 19, 2021
1 parent 3a6f606 commit 4154440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 0.8.2 - 19/08/2021
* Fix applications start, removing warnings on Elixir >= 1.11

## 0.8.1 - 14/09/2020
* remove dependency on `Ecto.Query.Builder.Join.join/10` (thanks to [@Eiji7](https://github.com/Eiji7))
* Remove dependency on `Ecto.Query.Builder.Join.join/10` (thanks to [@Eiji7](https://github.com/Eiji7))

## 0.8.0 - 01/07/2020
* Handle nested relationships (more than one level deep)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add `ex_sieve` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_sieve, "~> 0.8.0"},
{:ex_sieve, "~> 0.8.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 ExSieve.Mixfile do
use Mix.Project

@version "0.8.1"
@version "0.8.2"

def project do
[
Expand Down

0 comments on commit 4154440

Please sign in to comment.