Skip to content

Commit f630ec2

Browse files
committed
chore(main): release 1.10.0
1 parent a035261 commit f630ec2

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.10.0](https://github.com/absinthe-graphql/absinthe/compare/v1.9.0...v1.10.0) (2025-12-09)
4+
5+
6+
### Features
7+
8+
* Add :registry_partition_strategy option to Absinthe.Subscription ([#1395](https://github.com/absinthe-graphql/absinthe/issues/1395)) ([f6ddcc5](https://github.com/absinthe-graphql/absinthe/commit/f6ddcc5ac9be0bfa7c9c0387102be4e014fa039e))
9+
10+
11+
### Bug Fixes
12+
13+
* only null values should also trigger error ([#1394](https://github.com/absinthe-graphql/absinthe/issues/1394)) ([a035261](https://github.com/absinthe-graphql/absinthe/commit/a035261bd0172d84c1d8ac72f74d72e64aaa4769))
14+
315
## [1.9.0](https://github.com/absinthe-graphql/absinthe/compare/v1.8.0...v1.9.0) (2025-11-21)
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.9.0"
5+
@version "1.10.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)