Skip to content

Commit faaf877

Browse files
chore(release): 3.6.7 [skip ci]
## [3.6.7](v3.6.6...v3.6.7) (2023-05-18) ### Bug Fixes * call `resolve_references` once per `__typename` ([#244](#244)) ([c21715d](c21715d))
1 parent c21715d commit faaf877

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.7](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.6...v3.6.7) (2023-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* call `resolve_references` once per `__typename` ([#244](https://github.com/Gusto/apollo-federation-ruby/issues/244)) ([c21715d](https://github.com/Gusto/apollo-federation-ruby/commit/c21715d28b67764a078b4daefdfe490f50171817))
7+
18
## [3.6.6](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.5...v3.6.6) (2023-04-26)
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.6)
14+
apollo-federation (3.6.7)
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.6'
4+
VERSION = '3.6.7'
55
end

0 commit comments

Comments
 (0)