diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd4b00..913c582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.0.1](https://github.com/zebbra/ash_pagify/compare/v1.0.0...v1.0.1) (2024-08-07) + + + + +### Bug Fixes: + +* undo unstaged changes + ## [v1.0.0](https://github.com/zebbra/ash_pagify/compare/v0.1.2...v1.0.0) (2024-08-07) ### Breaking Changes: diff --git a/README.md b/README.md index 1925e3f..95179ea 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Then simply add `ash_pagify` to your list of dependencies in `mix.exs` and run ```elixir def deps do [ - {:ash_pagify, "~> 1.0.0"} + {:ash_pagify, "~> 1.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 95191f2..3c5e140 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPagify.MixProject do Adds full-text search, scoping, filtering, ordering, and pagination APIs for the Ash Framework. """ - @version "1.0.0" + @version "1.0.1" def project do [