Skip to content

Commit 6381140

Browse files
chore(release): 3.6.5 [skip ci]
## [3.6.5](v3.6.4...v3.6.5) (2023-04-25) ### Bug Fixes * **tracer:** add support for multiplex ([#243](#243)) ([c4f2eae](c4f2eae))
1 parent c4f2eae commit 6381140

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.6.5](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.4...v3.6.5) (2023-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **tracer:** add support for multiplex ([#243](https://github.com/Gusto/apollo-federation-ruby/issues/243)) ([c4f2eae](https://github.com/Gusto/apollo-federation-ruby/commit/c4f2eaed0b283c188f2fb932d5308dd3240bb2ec))
7+
18
## [3.6.4](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.3...v3.6.4) (2023-04-19)
29

310

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
apollo-federation (3.6.4)
14+
apollo-federation (3.6.5)
1515
google-protobuf (~> 3.22)
1616
graphql (>= 1.10.14)
1717

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

0 commit comments

Comments
 (0)