From 051526e8d01e979a16f28c35e6a2b86b81012a07 Mon Sep 17 00:00:00 2001 From: woylie <13847569+woylie@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:18:44 +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 ed788334..fc36f6bd 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 f9a8d999..13f30972 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 4761931b..a23a3d7c 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 [