Skip to content

Commit 1d47437

Browse files
authored
chore(main): release 1.8.0 (#1388)
1 parent 2918a0b commit 1d47437

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/absinthe-graphql/absinthe/compare/v1.7.11...v1.8.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **spec:** Add support for `[@one](https://github.com/one)Of` directive ([#1386](https://github.com/absinthe-graphql/absinthe/issues/1386)) ([01e8e4b](https://github.com/absinthe-graphql/absinthe/commit/01e8e4b67dd8c380094cb6cf66d2a7f6da661a68))
9+
10+
11+
### Bug Fixes
12+
13+
* **typespec:** Absinthe.Phase.Subscription.SubscribeSelf.run/2 ([#1384](https://github.com/absinthe-graphql/absinthe/issues/1384)) ([4230cc4](https://github.com/absinthe-graphql/absinthe/commit/4230cc4a33ec8dc00ae5f8650cb012e652780738))
14+
315
## [1.7.11](https://github.com/absinthe-graphql/absinthe/compare/v1.7.10...v1.7.11) (2025-10-29)
416

517

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.11"
5+
@version "1.8.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)