File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 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+
110# [ 3.7.0] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.9...v3.7.0 ) (2023-05-26)
211
312
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- apollo-federation (3.7.0 )
14+ apollo-federation (3.7.1 )
1515 google-protobuf (~> 3.22 )
1616 graphql (>= 1.10.14 )
1717
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ApolloFederation
4- VERSION = '3.7.0 '
4+ VERSION = '3.7.1 '
55end
You can’t perform that action at this time.
0 commit comments