chore: release version v0.7.5

This commit is contained in:
Zach Daniel 2020-11-30 20:01:16 -05:00
parent fc62c6b8f4
commit 0f719ccd32
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [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) ## [v0.7.4](https://github.com/ash-project/ash_graphql/compare/v0.7.3...v0.7.4) (2020-12-01)

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.7.4" @version "0.7.5"
def project do def project do
[ [