chore: release version v1.2.1

This commit is contained in:
Zach Daniel 2024-07-18 17:40:08 -04:00
parent 1b8136212d
commit 1eca6bfe29
3 changed files with 29 additions and 2 deletions

View file

@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.1](https://github.com/ash-project/ash_graphql/compare/v1.2.0...v1.2.1) (2024-07-18)
### Bug Fixes:
* upgrade ash dependency for bulk action bug fix
* use checked constraints (#187)
* don't assume `filter` is non-nil for gets
* properly interpolate action in conflict messages
* add resource query to action struct (#178)
### Improvements:
* add extension installation code
* add igniter-backed installer
* add `nullable_fields?` for easily marking fields as nullable
* only define `managed_relationship` mutations when necessary
## [v1.2.0](https://github.com/ash-project/ash_graphql/compare/v1.1.1...v1.2.0) (2024-06-17)

View file

@ -22,7 +22,7 @@ mix igniter.install ash_graphql
def deps()
[
...
{:ash_graphql, "~> 1.2.0"}
{:ash_graphql, "~> 1.2.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
The extension for building GraphQL APIs with Ash
"""
@version "1.2.0"
@version "1.2.1"
def project do
[