Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Aug 18, 2024
1 parent 4bd3dbc commit b95eeae
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 @@ -10,6 +10,12 @@

- Fixed a deprecation warning in Elixir 1.17.

## [0.22.10] - 2024-08-18

### Changed

- Loosen version requirement for `flop` to support 0.26.

## [0.22.9] - 2024-05-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ application.
```elixir
def deps do
[
{:flop_phoenix, "~> 0.22.9"}
{:flop_phoenix, "~> 0.22.10"}
]
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 FlopPhoenix.MixProject do
use Mix.Project

@source_url "https://github.com/woylie/flop_phoenix"
@version "0.22.9"
@version "0.22.10"

def project do
[
Expand Down

0 comments on commit b95eeae

Please sign in to comment.