Skip to content

Commit b7b25b1

Browse files
authored
chore(main): release 1.9.0 (#1392)
1 parent 3aef283 commit b7b25b1

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.9.0](https://github.com/absinthe-graphql/absinthe/compare/v1.8.0...v1.9.0) (2025-11-21)
4+
5+
6+
### Features
7+
8+
* add GQL sigil to format and lint static GraphQL docs ([#1391](https://github.com/absinthe-graphql/absinthe/issues/1391)) ([3aef283](https://github.com/absinthe-graphql/absinthe/commit/3aef283cb4defafba5d7755f164292ef450f8f71))
9+
310
## [1.8.0](https://github.com/absinthe-graphql/absinthe/compare/v1.7.11...v1.8.0) (2025-11-05)
411

512

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.8.0"
5+
@version "1.9.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)