File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.7.0] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.9...v3.7.0 ) (2023-05-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * support [ @key ] ( https://github.com/key ) directive resolvable argument ([ #249 ] ( https://github.com/Gusto/apollo-federation-ruby/issues/249 ) ) ([ 6df7030] ( https://github.com/Gusto/apollo-federation-ruby/commit/6df70305d3e6035946c9ac35d74387014b08b28a ) )
7
+
1
8
## [ 3.6.9] ( https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.8...v3.6.9 ) (2023-05-23)
2
9
3
10
Original file line number Diff line number Diff line change 11
11
PATH
12
12
remote: .
13
13
specs:
14
- apollo-federation (3.6.9 )
14
+ apollo-federation (3.7.0 )
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.6.9 '
4
+ VERSION = '3.7.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments