Skip to content

Commit

Permalink
chore(release): 3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0](v3.9.0...v3.10.0) (2025-02-05)

### Features

* update google-protobuf ([#291](#291)) ([2deda45](2deda45))
  • Loading branch information
semantic-release-bot committed Feb 5, 2025
1 parent 2deda45 commit 5bc0775
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.10.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.9.0...v3.10.0) (2025-02-05)


### Features

* update google-protobuf ([#291](https://github.com/Gusto/apollo-federation-ruby/issues/291)) ([2deda45](https://github.com/Gusto/apollo-federation-ruby/commit/2deda45fd37b6e7e9749a0be43b83def6963b8b6))

# [3.9.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.5...v3.9.0) (2025-02-05)


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 (3.9.0)
apollo-federation (3.10.0)
google-protobuf (< 5)
graphql

Expand Down Expand Up @@ -160,4 +160,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.5.7
2.6.3
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 = '4.0.0'
VERSION = '3.10.0'
end

0 comments on commit 5bc0775

Please sign in to comment.