From 79c8fd52df3aaf4ea96197869c5e492e54cdeb6e Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Mon, 17 Jul 2023 13:49:07 +0900 Subject: [PATCH] bump version --- CHANGELOG.md | 8 +++++--- README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce1854..b332d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 78ef773..de43818 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ file: ```elixir def deps do [ - {:flop, "~> 0.21.0"} + {:flop, "~> 0.22.0"} ] end ``` diff --git a/mix.exs b/mix.exs index d766e9f..f9b3302 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.21.0" + @version "0.22.0" def project do [