chore: release version v0.28.1

This commit is contained in:
Zach Daniel 2024-04-23 19:57:17 -04:00
parent fb635093a4
commit faf359cec2
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.28.1](https://github.com/ash-project/ash_graphql/compare/v0.28.0...v0.28.1) (2024-04-23)
### Bug Fixes:
* properly tag union input types
* accept input object for destroy mutations
## [v0.28.0](https://github.com/ash-project/ash_graphql/compare/v0.27.1...v0.28.0) (2024-03-30)

View file

@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_graphql, "~> 0.28.0"}
{:ash_graphql, "~> 0.28.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.28.0"
@version "0.28.1"
def project do
[