Skip to content

Commit 041b5da

Browse files
chore(release): 3.7.0 [skip ci]
# [3.7.0](v3.6.9...v3.7.0) (2023-05-26) ### Features * support [@key](https://github.com/key) directive resolvable argument ([#249](#249)) ([6df7030](6df7030))
1 parent 6df7030 commit 041b5da

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [3.6.9](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.8...v3.6.9) (2023-05-23)
29

310

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
apollo-federation (3.6.9)
14+
apollo-federation (3.7.0)
1515
google-protobuf (~> 3.22)
1616
graphql (>= 1.10.14)
1717

lib/apollo-federation/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.6.9'
4+
VERSION = '3.7.0'
55
end

0 commit comments

Comments
 (0)