Skip to content

Commit

Permalink
chore: release version v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 21, 2024
1 parent 4e3a4dd commit 8e9e83d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

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




### Bug Fixes:

* honor argument_names configuration for read & generic actions

### Improvements:

* remove unused data in subscription batcher (#227)

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


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.4.0"}
{:ash_graphql, "~> 1.4.1"}
]
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.4.0"
@version "1.4.1"

def project do
[
Expand Down

0 comments on commit 8e9e83d

Please sign in to comment.