From 07296a5ef5d18163cb606207c0450b9a504dcffb Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 1 Oct 2023 09:53:27 -0400 Subject: [PATCH] chore: release version v0.26.4 --- CHANGELOG.md | 9 +++++++++ documentation/tutorials/getting-started-with-graphql.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7b13c..ebe856b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index d4ce920..73da549 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 23a6f57..2c1b808 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [