Skip to content

Commit c366287

Browse files
chore(release): 3.8.4 [skip ci]
## [3.8.4](v3.8.3...v3.8.4) (2023-10-30)
1 parent 31680a4 commit c366287

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [3.8.4](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.3...v3.8.4) (2023-10-30)
2+
13
## [3.8.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.2...v3.8.3) (2023-07-20)
24

35
## [3.8.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.1...v3.8.2) (2023-07-11)

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.3)
14+
apollo-federation (3.8.4)
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.10
143+
2.4.21

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

0 commit comments

Comments
 (0)