diff --git a/CHANGELOG.md b/CHANGELOG.md index ed78833..fc36f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.26.0] - 2024-08-18 + ### Removed - The previously deprecated tuple syntax for defining join fields has been diff --git a/README.md b/README.md index f9a8d99..13f3097 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ file: ```elixir def deps do [ - {:flop, "~> 0.25.0"} + {:flop, "~> 0.26.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 4761931..a23a3d7 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.25.0" + @version "0.26.0" def project do [