From a2a7ef2699886fbc68de1fffe626ce32e807ed02 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Sun, 22 Aug 2021 15:02:00 +0900 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b177ff..d413b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.13.0] - 2021-08-22 + ### Added - Support ordering by join fields. diff --git a/README.md b/README.md index e0335ad..4312f7a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add `flop` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:flop, "~> 0.12.0"} + {:flop, "~> 0.13.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 91d0ac9..ba9183d 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Flop.MixProject do use Mix.Project @source_url "https://github.com/woylie/flop" - @version "0.12.0" + @version "0.13.0" def project do [