Skip to content

Commit 5bc0775

Browse files
chore(release): 3.10.0 [skip ci]
# [3.10.0](v3.9.0...v3.10.0) (2025-02-05) ### Features * update google-protobuf ([#291](#291)) ([2deda45](2deda45))
1 parent 2deda45 commit 5bc0775

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.10.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.9.0...v3.10.0) (2025-02-05)
2+
3+
4+
### Features
5+
6+
* update google-protobuf ([#291](https://github.com/Gusto/apollo-federation-ruby/issues/291)) ([2deda45](https://github.com/Gusto/apollo-federation-ruby/commit/2deda45fd37b6e7e9749a0be43b83def6963b8b6))
7+
18
# [3.9.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.5...v3.9.0) (2025-02-05)
29

310

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.9.0)
4+
apollo-federation (3.10.0)
55
google-protobuf (< 5)
66
graphql
77

@@ -160,4 +160,4 @@ DEPENDENCIES
160160
webrick
161161

162162
BUNDLED WITH
163-
2.5.7
163+
2.6.3

lib/apollo-federation/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '4.0.0'
4+
VERSION = '3.10.0'
55
end

0 commit comments

Comments
 (0)