Skip to content

Commit 04de171

Browse files
chore(release): 3.6.2 [skip ci]
## [3.6.2](v3.6.1...v3.6.2) (2023-03-27)
1 parent a9c6501 commit 04de171

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.6.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.1...v3.6.2) (2023-03-27)
2+
13
## [3.6.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.0...v3.6.1) (2023-03-24)
24

35

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.6.1)
14+
apollo-federation (3.6.2)
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.9
143+
2.4.10

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

0 commit comments

Comments
 (0)