Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jul 17, 2023
1 parent d3ac71d commit 79c8fd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Unreleased

## [0.22.0] - 2023-07-17

This release includes a substantial refactoring to lay the groundwork for the
upcoming adapter feature. While this release contains deprecations and changes,
they are either backward compatible or affect functions that are unlikely used
by end users. The primary aim has been to ensure a seamless transition and
they are either backward compatible or affect functions that are unlikely to be
used by end users. The primary aim has been to ensure a seamless transition and
maintain compatibility with previous versions.

### Added
Expand Down Expand Up @@ -35,7 +37,7 @@ maintain compatibility with previous versions.

### Upgrade guide

While the old configuration format is still supported, you are encouraged to
While the old configuration format is still supported, you are invited to
update your application to the new structure to prepare for future versions.

To do this, place the field configuration for `Flop.Schema` under
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.21.0"}
{:flop, "~> 0.22.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.21.0"
@version "0.22.0"

def project do
[
Expand Down

0 comments on commit 79c8fd5

Please sign in to comment.