Skip to content

Commit cbe896b

Browse files
chore(release): 3.10.1 [skip ci]
## [3.10.1](v3.10.0...v3.10.1) (2025-04-02) ### Bug Fixes * graphql-ruby 2.3 compatibility ([#294](#294)) ([be81a67](be81a67))
1 parent be81a67 commit cbe896b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.10.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.10.0...v3.10.1) (2025-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* graphql-ruby 2.3 compatibility ([#294](https://github.com/Gusto/apollo-federation-ruby/issues/294)) ([be81a67](https://github.com/Gusto/apollo-federation-ruby/commit/be81a6762d036ea4b2e92ba23c36a7b178d68e90))
7+
18
# [3.10.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.9.0...v3.10.0) (2025-02-05)
29

310

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.10.0)
4+
apollo-federation (3.10.1)
55
google-protobuf (< 5)
66
graphql
77

@@ -161,4 +161,4 @@ DEPENDENCIES
161161
webrick
162162

163163
BUNDLED WITH
164-
2.6.3
164+
2.6.6

Diff for: lib/apollo-federation/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.10.0'
4+
VERSION = '3.10.1'
55
end

0 commit comments

Comments
 (0)