From 14b49be9cfc141802214823c784f70e2444fecc0 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 23 May 2024 14:34:00 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7082f83..bf77c4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,30 +7,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline ## [v1.0.1](https://github.com/ash-project/ash_graphql/compare/v1.0.0...v1.0.1) (2024-05-23) - - - ### Features: -* allow passing custom descriptions to queries and mutations (#138) +- allow passing custom descriptions to queries and mutations (#138) ### Bug Fixes: -* don't deduplicate argument types by argument name (#162) +- don't deduplicate argument types by argument name (#162) -* use Ash.EmbeddableType.ShadowDomain (#156) +- use Ash.EmbeddableType.ShadowDomain (#156) -* accepted attributes don't have to be `public?` +- accepted attributes don't have to be `public?` ### Improvements: -* deduplicate map types across domains (#164) +- deduplicate map types across domains (#164) -* Implement AshGraphql.Error for Ash.Error.Query.ReadActionRequiresActor (#154) +- Implement AshGraphql.Error for Ash.Error.Query.ReadActionRequiresActor (#154) -* make mutation result errors list non-nullable (#144) +- make mutation result errors list non-nullable (#144) -* make mutation result errors list non-nullable +- make mutation result errors list non-nullable ## [v1.0.0](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.4...v0.28.0) (2024-04-27)