Skip to content

Commit

Permalink
chore: release version v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 10, 2025
1 parent b1cc142 commit fc11979
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.5.0](https://github.com/ash-project/ash_graphql/compare/v1.4.7...v1.5.0) (2025-01-10)




### Features:

* errors: carry action name in context (#257)

### Improvements:

* error handling in resources (#253)

## [v1.4.7](https://github.com/ash-project/ash_graphql/compare/v1.4.6...v1.4.7) (2024-12-20)


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.7"}
{:ash_graphql, "~> 1.5.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.4.7"
@version "1.5.0"

@source_url "https://github.com/ash-project/ash_graphql"

Expand Down

0 comments on commit fc11979

Please sign in to comment.