chore: release version v0.26.4

This commit is contained in:
Zach Daniel 2023-10-01 09:53:27 -04:00
parent 4c86d31885
commit 07296a5ef5
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.26.4](https://github.com/ash-project/ash_graphql/compare/v0.26.3...v0.26.4) (2023-10-01)
### Improvements:
* Add a top-level NOT filter, along with AND and OR filters. (#94)
## [v0.26.3](https://github.com/ash-project/ash_graphql/compare/v0.26.2...v0.26.3) (2023-09-28)

View file

@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_graphql, "~> 0.26.3"}
{:ash_graphql, "~> 0.26.4"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.26.3"
@version "0.26.4"
def project do
[