From 5ea80c8a3847e5cb3a140796d707e21ab217e26c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 17:30:09 +0000 Subject: [PATCH] chore(release): 3.5.1 [skip ci] ## [3.5.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.0...v3.5.1) (2023-03-08) ### Bug Fixes * semantic PR title workflow ([#225](https://github.com/Gusto/apollo-federation-ruby/issues/225)) ([ee6041f](https://github.com/Gusto/apollo-federation-ruby/commit/ee6041f169b5f21427b704f4c71ee6dd0ea5c8b2)) --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- gemfiles/graphql_1.10.gemfile.lock | 2 +- gemfiles/graphql_1.11.gemfile.lock | 2 +- gemfiles/graphql_1.12.gemfile.lock | 2 +- gemfiles/graphql_1.13.gemfile.lock | 2 +- gemfiles/graphql_2.0.gemfile.lock | 2 +- lib/apollo-federation/version.rb | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5d4037a..d9daa1aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.0...v3.5.1) (2023-03-08) + + +### Bug Fixes + +* semantic PR title workflow ([#225](https://github.com/Gusto/apollo-federation-ruby/issues/225)) ([ee6041f](https://github.com/Gusto/apollo-federation-ruby/commit/ee6041f169b5f21427b704f4c71ee6dd0ea5c8b2)) + # [3.5.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.4.1...v3.5.0) (2023-03-08) diff --git a/Gemfile.lock b/Gemfile.lock index 530abed9a..c3a40a4b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/gemfiles/graphql_1.10.gemfile.lock b/gemfiles/graphql_1.10.gemfile.lock index f2e4df785..123201e26 100644 --- a/gemfiles/graphql_1.10.gemfile.lock +++ b/gemfiles/graphql_1.10.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/gemfiles/graphql_1.11.gemfile.lock b/gemfiles/graphql_1.11.gemfile.lock index fbbd8ae93..ee9364dd8 100644 --- a/gemfiles/graphql_1.11.gemfile.lock +++ b/gemfiles/graphql_1.11.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/gemfiles/graphql_1.12.gemfile.lock b/gemfiles/graphql_1.12.gemfile.lock index f4b408a56..bfd0f73a1 100644 --- a/gemfiles/graphql_1.12.gemfile.lock +++ b/gemfiles/graphql_1.12.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/gemfiles/graphql_1.13.gemfile.lock b/gemfiles/graphql_1.13.gemfile.lock index ad300b71d..76710a617 100644 --- a/gemfiles/graphql_1.13.gemfile.lock +++ b/gemfiles/graphql_1.13.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/gemfiles/graphql_2.0.gemfile.lock b/gemfiles/graphql_2.0.gemfile.lock index 6bca15d43..c0c530c78 100644 --- a/gemfiles/graphql_2.0.gemfile.lock +++ b/gemfiles/graphql_2.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - apollo-federation (3.5.0) + apollo-federation (3.5.1) google-protobuf (~> 3.21.7) graphql (>= 1.10.14) diff --git a/lib/apollo-federation/version.rb b/lib/apollo-federation/version.rb index 00b3889be..26e966956 100644 --- a/lib/apollo-federation/version.rb +++ b/lib/apollo-federation/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ApolloFederation - VERSION = '3.5.0' + VERSION = '3.5.1' end