From 5cb212c93854a624d1b5d3163b1ebb221cf113c1 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Sun, 14 Jan 2024 10:17:06 +0900 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778abf2..c7ec4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ ## Unreleased +## [0.25.0] - 2024-01-14 + ### Added - Added `Flop.Filter.update_value/3` for updating the filter value for a field in a list of filters. +### Fixed + +- Determine pagination type if pagination parameter has errors. + ## [0.24.1] - 2023-11-18 ### Changed diff --git a/README.md b/README.md index d7b680c..8b8b531 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ file: ```elixir def deps do [ - {:flop, "~> 0.24.1"} + {:flop, "~> 0.25.0"} ] end ``` diff --git a/mix.exs b/mix.exs index efaaf41..b42b042 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.24.1" + @version "0.25.0" def project do [