diff --git a/CHANGELOG.md b/CHANGELOG.md index 64804ee..e7dcaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.22.0] - 2023-09-26 + ### Added - Added `directions` attribute to the `col` slot of the table component. This diff --git a/README.md b/README.md index e7d0fe5..5d311e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ application. ```elixir def deps do [ - {:flop_phoenix, "~> 0.21.2"} + {:flop_phoenix, "~> 0.22.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 2c1c8f5..3817463 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule FlopPhoenix.MixProject do use Mix.Project @source_url "https://github.com/woylie/flop_phoenix" - @version "0.21.2" + @version "0.22.0" def project do [