Skip to content

Commit a3937c6

Browse files
authored
Revert "chore(release): 3.10.2 [skip ci]" (#309)
This reverts commit 9419d34.
1 parent 9419d34 commit a3937c6

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## [3.10.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.10.1...v3.10.2) (2025-10-20)
2-
3-
4-
### Bug Fixes
5-
6-
* change configuration for semantic workflow ([#298](https://github.com/Gusto/apollo-federation-ruby/issues/298)) ([57271fa](https://github.com/Gusto/apollo-federation-ruby/commit/57271fab7997b2601d828c70f0b721d16db57d6e))
7-
* tracer crash with graphql-ruby 2.5.12+ ([#302](https://github.com/Gusto/apollo-federation-ruby/issues/302)) ([2f0afbe](https://github.com/Gusto/apollo-federation-ruby/commit/2f0afbe80ad052375eea599c8a9d03e6a2562cde)), closes [#297](https://github.com/Gusto/apollo-federation-ruby/issues/297)
8-
91
## [3.10.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.10.0...v3.10.1) (2025-04-02)
102

113

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.2)
4+
apollo-federation (3.10.1)
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.2'
4+
VERSION = '3.10.1'
55
end

0 commit comments

Comments
 (0)