From 46bf7b1a6d43a74ed1ae65ace1eaef092af61088 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Tue, 14 Nov 2023 20:20:09 +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 b3d0188..f00ef14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.24.0] - 2023-11-14 + ### Changed - If an invalid operator is passed in a filter, the error will now include the diff --git a/README.md b/README.md index a78e7de..290ec9b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ file: ```elixir def deps do [ - {:flop, "~> 0.23.0"} + {:flop, "~> 0.24.0"} ] end ``` diff --git a/mix.exs b/mix.exs index f3b6acf..393d9c2 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.23.0" + @version "0.24.0" def project do [