Skip to content

Commit

Permalink
chore: release version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaertschi committed Aug 5, 2024
1 parent af640ea commit cb0da9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.1.2](https://github.com/zebbra/ash_pagify/compare/v0.1.1...v0.1.2) (2024-08-05)




## [v0.1.1](https://github.com/zebbra/ash_pagify/compare/v0.1.0...v0.1.1) (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, "~> 0.1.1"}
{:ash_pagify, "~> 0.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPagify.MixProject do
Adds full-text search, scoping, filtering, ordering, and pagination APIs for the Ash Framework.
"""

@version "0.1.1"
@version "0.1.2"

def project do
[
Expand Down

0 comments on commit cb0da9e

Please sign in to comment.