Skip to content

Commit 45d170f

Browse files
committed
chore(main): release 1.7.11
1 parent 1d74cba commit 45d170f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.11](https://github.com/absinthe-graphql/absinthe/compare/v1.7.10...v1.7.11) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* SDL rendering for directives with input objects ([#1375](https://github.com/absinthe-graphql/absinthe/issues/1375)) ([02b955c](https://github.com/absinthe-graphql/absinthe/commit/02b955c49e74a25e09aa00d7029d7bdce57e7b81))
9+
310
## v1.7.10
411
- Bug Fix: [Set include_deprecated default value to true for backwards compatibility](https://github.com/absinthe-graphql/absinthe/pull/1333)
512
- Bug Fix: [Rename to TokenLimitEnforcementTest to fix warning](https://github.com/absinthe-graphql/absinthe/pull/1362)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/absinthe-graphql/absinthe"
5-
@version "1.7.10"
5+
@version "1.7.11"
66

77
def project do
88
[

0 commit comments

Comments
 (0)