Skip to content

Commit a999137

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.1...v3.5.0) (2023-03-08) ### Features * add tag directive from federation v2 ([#210](#210)) ([8c6e112](8c6e112))
1 parent 8c6e112 commit a999137

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.5.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.4.1...v3.5.0) (2023-03-08)
2+
3+
4+
### Features
5+
6+
* add tag directive from federation v2 ([#210](https://github.com/Gusto/apollo-federation-ruby/issues/210)) ([8c6e112](https://github.com/Gusto/apollo-federation-ruby/commit/8c6e11251b7bc7d6888a7a2b6e0feeea70171cb0))
7+
18
## [3.4.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.4.0...v3.4.1) (2023-02-21)
29

310

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -130,4 +130,4 @@ DEPENDENCIES
130130
ruby-debug-ide
131131

132132
BUNDLED WITH
133-
2.4.7
133+
2.4.8

gemfiles/graphql_1.10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.4.7
129+
2.4.8

gemfiles/graphql_1.11.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.4.7
129+
2.4.8

gemfiles/graphql_1.12.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.4.7
129+
2.4.8

gemfiles/graphql_1.13.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.4.7
128+
2.4.8

gemfiles/graphql_2.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.4.1)
4+
apollo-federation (3.5.0)
55
google-protobuf (~> 3.21.7)
66
graphql (>= 1.10.14)
77

@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.4.7
128+
2.4.8

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.4.1'
4+
VERSION = '3.5.0'
55
end

0 commit comments

Comments
 (0)