chore: release version v0.25.8

This commit is contained in:
Zach Daniel 2023-06-10 13:32:07 -04:00
parent 1169b6ec32
commit 18b2effe57
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.25.8](https://github.com/ash-project/ash_graphql/compare/v0.25.7...v0.25.8) (2023-06-10)
### Bug Fixes:
* fixes for resolvers
### Improvements:
* finalize `Subscription.query_for_subscription` args
* revamp data loading to be a single load statement
## [v0.25.7](https://github.com/ash-project/ash_graphql/compare/v0.25.6...v0.25.7) (2023-06-06) ## [v0.25.7](https://github.com/ash-project/ash_graphql/compare/v0.25.6...v0.25.7) (2023-06-06)

View file

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