Skip to content

Commit fc541ee

Browse files
chore(release): 3.3.1 [skip ci]
## [3.3.1](v3.3.0...v3.3.1) (2023-01-05) ### Bug Fixes * address SNYK-RUBY-GOOGLEPROTOBUF-3167775 ([#212](#212)) ([c36b51e](c36b51e))
1 parent c36b51e commit fc541ee

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.3.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.3.0...v3.3.1) (2023-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* address SNYK-RUBY-GOOGLEPROTOBUF-3167775 ([#212](https://github.com/Gusto/apollo-federation-ruby/issues/212)) ([c36b51e](https://github.com/Gusto/apollo-federation-ruby/commit/c36b51e521a60e8186100405cf81bba1a37f5978))
7+
18
# [3.3.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.2.0...v3.3.0) (2022-08-24)
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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
133+
2.4.2

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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
129+
2.4.2

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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
129+
2.4.2

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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
129+
2.4.2

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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
128+
2.4.2

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.3.0)
4+
apollo-federation (3.3.1)
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.3.21
128+
2.4.2

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.3.0'
4+
VERSION = '3.3.1'
55
end

0 commit comments

Comments
 (0)