Skip to content

Commit

Permalink
[0.8.1] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertored committed Sep 14, 2020
1 parent 0af2017 commit c82b0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.8.1 - 14/09/2020
* 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)
* Avoid inserting duplicated joins when possible
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.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit c82b0a3

Please sign in to comment.