From 0a056bcd5195f6c34768ccc6c923fc37bbc5cdc3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 11 Nov 2020 23:04:56 -0500 Subject: [PATCH] chore: release version v0.6.3 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9f0ac..b82f9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.3](https://github.com/ash-project/ash_graphql/compare/v0.6.2...v0.6.3) (2020-11-12) + + + + +### Bug Fixes: + +* correct sorting enum/args list + +### Improvements: + +* create input honors required relationships + +* add more NonNulls + ## [v0.6.2](https://github.com/ash-project/ash_graphql/compare/v0.6.1...v0.6.2) (2020-11-06) diff --git a/mix.exs b/mix.exs index 82b04ca..7e13667 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.6.2" + @version "0.6.3" def project do [