File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# [ 3.10.0] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.9.0...v3.10.0 ) (2025-02-05)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- apollo-federation (3.10.0 )
4
+ apollo-federation (3.10.1 )
5
5
google-protobuf (< 5 )
6
6
graphql
7
7
@@ -161,4 +161,4 @@ DEPENDENCIES
161
161
webrick
162
162
163
163
BUNDLED WITH
164
- 2.6.3
164
+ 2.6.6
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ApolloFederation
4
- VERSION = '3.10.0 '
4
+ VERSION = '3.10.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments