Skip to content

Commit

Permalink
chore: release version v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 30, 2023
1 parent 1d69d8e commit a7d89c1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.26.0](https://github.com/ash-project/ash_graphql/compare/v0.25.14...v0.26.0) (2023-08-30)




### Features:

* add more sort order values (#91)

### Bug Fixes:

* support aggregates over calculations

* wrap type in non-null reference if allow_nil? is set to false (#90)

* wrap type in non-null reference if allow_nil? is set to false

* get allow_nil? from the correct place

* pass arguments to related read action

* recurse through array types for union checking

* don't add filter input for non-filterable resources

* array unions: for arrays of embedded types unions when graphql_unnested_unions is used, without it they return empty values (#87)

## [v0.25.14](https://github.com/ash-project/ash_graphql/compare/v0.25.13...v0.25.14) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_graphql, "~> 0.25.14"}
{:ash_graphql, "~> 0.26.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""

@version "0.25.14"
@version "0.26.0"

def project do
[
Expand Down

0 comments on commit a7d89c1

Please sign in to comment.