From 090f554290577b3fed9d5369862837723d4886d4 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 26 Aug 2024 16:18:12 -0400 Subject: [PATCH] chore: release version v1.3.3 --- 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 a203f5e..3cfc562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.3](https://github.com/ash-project/ash_graphql/compare/v1.3.2...v1.3.3) (2024-08-26) + + + + +### Bug Fixes: + +* append new domain to list when extending + ## [v1.3.2](https://github.com/ash-project/ash_graphql/compare/v1.3.1...v1.3.2) (2024-08-16) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 5e9a1e4..76091af 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -22,7 +22,7 @@ mix igniter.install ash_graphql def deps() [ ... - {:ash_graphql, "~> 1.3.2"} + {:ash_graphql, "~> 1.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 419d10f..bce3a60 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do The extension for building GraphQL APIs with Ash """ - @version "1.3.2" + @version "1.3.3" def project do [