Skip to content

Commit ea4df19

Browse files
chore(release): 3.10.3 [skip ci]
## [3.10.3](v3.10.2...v3.10.3) (2025-10-20) ### Bug Fixes * random update to README.md to trigger semantic-release ([#310](#310)) ([bfaa10e](bfaa10e)) ### Reverts * Revert "chore(release): 3.10.2 [skip ci]" (#309) ([a3937c6](a3937c6)), closes [#309](#309)
1 parent bfaa10e commit ea4df19

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.10.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.10.2...v3.10.3) (2025-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* random update to README.md to trigger semantic-release ([#310](https://github.com/Gusto/apollo-federation-ruby/issues/310)) ([bfaa10e](https://github.com/Gusto/apollo-federation-ruby/commit/bfaa10e85a7e85781f2ae0373d656b0fc66d13eb))
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(release): 3.10.2 [skip ci]" (#309) ([a3937c6](https://github.com/Gusto/apollo-federation-ruby/commit/a3937c64f0ce9648edc10f74a80a4e825e01b4d4)), closes [#309](https://github.com/Gusto/apollo-federation-ruby/issues/309)
12+
113
## [3.10.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.10.0...v3.10.1) (2025-04-02)
214

315

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.10.1)
4+
apollo-federation (3.10.3)
55
google-protobuf (< 5)
66
graphql
77

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.10.1'
4+
VERSION = '3.10.3'
55
end

0 commit comments

Comments
 (0)