chore: release version v1.2.0

This commit is contained in:
Zach Daniel 2024-06-17 09:17:08 -04:00
parent 1a8047775a
commit 36cfde3378
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.2.0](https://github.com/ash-project/ash_graphql/compare/v1.1.1...v1.2.0) (2024-06-17)
### Features:
* argument_input_types (#176)
* argument_input_types
### Bug Fixes:
* better type handling around empty types
* don't generate empty input objects for embeds
## [v1.1.1](https://github.com/ash-project/ash_graphql/compare/v1.1.0...v1.1.1) (2024-06-02) ## [v1.1.1](https://github.com/ash-project/ash_graphql/compare/v1.1.0...v1.1.1) (2024-06-02)

View file

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

View file

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