File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.7.7] ( https://github.com/ash-project/ash_graphql/compare/v1.7.6...v1.7.7 ) (2025-04-09)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * more fixes for compilation loops
16+
17+ ### Improvements:
18+
19+ * allows : logger handlers to know the original exception (#297 )
20+
821## [ v1.7.6] ( https://github.com/ash-project/ash_graphql/compare/v1.7.5...v1.7.6 ) (2025-03-21)
922
1023
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mix igniter.install ash_graphql
2222def deps ()
2323 [
2424 .. .
25- {:ash_graphql , " ~> 1.7.6 " }
25+ {:ash_graphql , " ~> 1.7.7 " }
2626 ]
2727end
2828```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
55 The extension for building GraphQL APIs with Ash
66 """
77
8- @ version "1.7.6 "
8+ @ version "1.7.7 "
99
1010 @ source_url "https://github.com/ash-project/ash_graphql"
1111
You can’t perform that action at this time.
0 commit comments