File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.8.5] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.4...v3.8.5 ) (2024-04-02)
2+
3+
4+ ### Bug Fixes
5+
6+ * ensure query object is traversed ([ #270 ] ( https://github.com/Gusto/apollo-federation-ruby/issues/270 ) ) ([ 72cc8b7] ( https://github.com/Gusto/apollo-federation-ruby/commit/72cc8b7a384cb5c694970bc981384c631e71bc9b ) )
7+
18## [ 3.8.4] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.3...v3.8.4 ) (2023-10-30)
29
310## [ 3.8.3] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.2...v3.8.3 ) (2023-07-20)
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- apollo-federation (3.8.4 )
14+ apollo-federation (3.8.5 )
1515 google-protobuf (~> 3.22 )
1616 graphql (>= 1.10.14 )
1717
@@ -140,4 +140,4 @@ DEPENDENCIES
140140 webrick
141141
142142BUNDLED WITH
143- 2.4.21
143+ 2.5.7
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ApolloFederation
4- VERSION = '3.8.4 '
4+ VERSION = '3.8.5 '
55end
You can’t perform that action at this time.
0 commit comments