From 9b8d494e1d4d169639a64ca0666cad0f3fa15826 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 12 Jun 2023 17:01:57 -0400 Subject: [PATCH] chore: release version v0.25.10 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba80460..4107cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.25.10](https://github.com/ash-project/ash_graphql/compare/v0.25.9...v0.25.10) (2023-06-12) + + + + +### Improvements: + +* use new `can_load?/2` + ## [v0.25.9](https://github.com/ash-project/ash_graphql/compare/v0.25.8...v0.25.9) (2023-06-12) diff --git a/mix.exs b/mix.exs index e2ebcd1..b629b21 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.25.9" + @version "0.25.10" def project do [