Skip to content

Commit

Permalink
chore(release): 3.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1](Gusto/apollo-federation-ruby@v3.5.0...v3.5.1) (2023-03-08)

### Bug Fixes

* semantic PR title workflow ([Gusto#225](Gusto#225)) ([ee6041f](Gusto@ee6041f))
  • Loading branch information
semantic-release-bot authored and Kaytal committed Oct 1, 2024
1 parent 8ae1adb commit 7b0f916
Show file tree
Hide file tree
Showing 8 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 @@
## [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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

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 (3.5.0)
apollo-federation (3.5.1)
google-protobuf (~> 3.21.7)
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 (3.5.0)
apollo-federation (3.5.1)
google-protobuf (~> 3.21.7)
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 (3.5.0)
apollo-federation (3.5.1)
google-protobuf (~> 3.21.7)
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 (3.5.0)
apollo-federation (3.5.1)
google-protobuf (~> 3.21.7)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/graphql_2.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

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 = '3.5.0'
VERSION = '3.5.1'
end

0 comments on commit 7b0f916

Please sign in to comment.