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 [