chore: release version v0.15.2

This commit is contained in:
Zach Daniel 2021-04-06 10:17:23 -04:00
parent e61f75ac40
commit 148eccbd5a
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.15.2](https://github.com/ash-project/ash_graphql/compare/v0.15.1...v0.15.2) (2021-04-06)
### Bug Fixes:
* don't show non-predicate operators in filters
## [v0.15.1](https://github.com/ash-project/ash_graphql/compare/v0.15.0...v0.15.1) (2021-04-05) ## [v0.15.1](https://github.com/ash-project/ash_graphql/compare/v0.15.0...v0.15.1) (2021-04-05)

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