From 0f719ccd32260f12488773d7727f18f2e2924da0 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 30 Nov 2020 20:01:16 -0500 Subject: [PATCH] chore: release version v0.7.5 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2194639..8de850a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.7.5](https://github.com/ash-project/ash_graphql/compare/v0.7.4...v0.7.5) (2020-12-01) + + + + +### Bug Fixes: + +* don't require attributes that have a default value + ## [v0.7.4](https://github.com/ash-project/ash_graphql/compare/v0.7.3...v0.7.4) (2020-12-01) diff --git a/mix.exs b/mix.exs index 0d1bcad..33844eb 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.7.4" + @version "0.7.5" def project do [