File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.7.1] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.7.0...v3.7.1 ) (2023-06-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * handle lazy ` resolve_references ` return values ([ #250 ] ( https://github.com/Gusto/apollo-federation-ruby/issues/250 ) ) ([ e29b155] ( https://github.com/Gusto/apollo-federation-ruby/commit/e29b15550d48093c6ed5b73dabb8206a3e9463b0 ) )
7
+ * handle lazy ` resolve_references ` return values ([ #250 ] ( https://github.com/Gusto/apollo-federation-ruby/issues/250 ) ) ([ 1614440] ( https://github.com/Gusto/apollo-federation-ruby/commit/16144402d32de3d5016023b87fc2b949364761f5 ) )
8
+ * handle lazy resolve_references return values ([ #250 ] ( https://github.com/Gusto/apollo-federation-ruby/issues/250 ) ) ([ fa72465] ( https://github.com/Gusto/apollo-federation-ruby/commit/fa72465bd5f1d38f3556b748b905f16f932829ac ) )
9
+
1
10
# [ 3.7.0] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.9...v3.7.0 ) (2023-05-26)
2
11
3
12
Original file line number Diff line number Diff line change 11
11
PATH
12
12
remote: .
13
13
specs:
14
- apollo-federation (3.7.0 )
14
+ apollo-federation (3.7.1 )
15
15
google-protobuf (~> 3.22 )
16
16
graphql (>= 1.10.14 )
17
17
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.7.0 '
4
+ VERSION = '3.7.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments