Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Aug 11, 2021
1 parent 2fb3240 commit 3b79da4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.12.0] - 2021-08-11

### Added

- Allow to define join fields in `Flop.Schema`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add `flop` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:flop, "~> 0.11.0"}
{:flop, "~> 0.12.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Flop.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/flop"
@version "0.11.0"
@version "0.12.0"

def project do
[
Expand Down

0 comments on commit 3b79da4

Please sign in to comment.