Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2022-02-04)

### Features

* Get Apollo Federation to work with GraphQL 1.13.x ([#160](#160)) ([800001b](800001b)), closes [#147](#147)
  • Loading branch information
semantic-release-bot committed Feb 4, 2022
1 parent 800001b commit 1d83203
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v2.1.0...v2.2.0) (2022-02-04)


### Features

* Get Apollo Federation to work with GraphQL 1.13.x ([#160](https://github.com/Gusto/apollo-federation-ruby/issues/160)) ([800001b](https://github.com/Gusto/apollo-federation-ruby/commit/800001baa5a54ab377998c651e7049da254c451b)), closes [#147](https://github.com/Gusto/apollo-federation-ruby/issues/147)

# [2.1.0](https://github.com/Gusto/apollo-federation-ruby/compare/v2.0.3...v2.1.0) (2022-02-02)


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (2.1.0)
apollo-federation (2.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.19.4)
google-protobuf (3.19.4-x86_64-linux)
graphql (1.10.14)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.1.0)
apollo-federation (2.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.11.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.1.0)
apollo-federation (2.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.12.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.1.0)
apollo-federation (2.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_1.13.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (2.1.0)
apollo-federation (2.2.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion lib/apollo-federation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApolloFederation
VERSION = '2.1.0'
VERSION = '2.2.0'
end

0 comments on commit 1d83203

Please sign in to comment.