Skip to content

Commit

Permalink
chore: release version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Oct 9, 2024
1 parent 8804d1e commit cb22969
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 -->

## [v1.4.0](https://github.com/ash-project/ash_graphql/compare/v1.3.4...v1.4.0) (2024-10-09)




### Features:

* Add absinthe dependency and plugin in formatter of installer (#222)

* subscription dsl (#97)

### Bug Fixes:

* dyalizer and igniter deprecations (#224)

* don't generate result types for generic mutations

* detect generated types properly in generic actions

### Improvements:

* add error handling tooling for custom queries

* add `AshGraphql.load_fields/3` helper, and test showing its usage

* implement a subscription notification batcher (#217)

## [v1.3.4](https://github.com/ash-project/ash_graphql/compare/v1.3.3...v1.3.4) (2024-09-10)


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 @@ -22,7 +22,7 @@ mix igniter.install ash_graphql
def deps()
[
...
{:ash_graphql, "~> 1.3.4"}
{:ash_graphql, "~> 1.4.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
The extension for building GraphQL APIs with Ash
"""

@version "1.3.4"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit cb22969

Please sign in to comment.