Skip to content

Commit 51af77b

Browse files
chore(release): 3.8.5 [skip ci]
## [3.8.5](Gusto/apollo-federation-ruby@v3.8.4...v3.8.5) (2024-04-02) ### Bug Fixes * ensure query object is traversed ([Gusto#270](Gusto#270)) ([72cc8b7](Gusto@72cc8b7))
1 parent 72cc8b7 commit 51af77b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.8.5](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.4...v3.8.5) (2024-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure query object is traversed ([#270](https://github.com/Gusto/apollo-federation-ruby/issues/270)) ([72cc8b7](https://github.com/Gusto/apollo-federation-ruby/commit/72cc8b7a384cb5c694970bc981384c631e71bc9b))
7+
18
## [3.8.4](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.3...v3.8.4) (2023-10-30)
29

310
## [3.8.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.2...v3.8.3) (2023-07-20)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
apollo-federation (3.8.4)
14+
apollo-federation (3.8.5)
1515
google-protobuf (~> 3.22)
1616
graphql (>= 1.10.14)
1717

@@ -140,4 +140,4 @@ DEPENDENCIES
140140
webrick
141141

142142
BUNDLED WITH
143-
2.4.21
143+
2.5.7

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.8.4'
4+
VERSION = '3.8.5'
55
end

0 commit comments

Comments
 (0)