Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jan 14, 2024
1 parent e89f77f commit 5cb212c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ file:
```elixir
def deps do
[
{:flop, "~> 0.24.1"}
{:flop, "~> 0.25.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 5cb212c

Please sign in to comment.