Skip to content

Commit 8f53481

Browse files
chore(release): 3.7.1 [skip ci]
## [3.7.1](v3.7.0...v3.7.1) (2023-06-01) ### Bug Fixes * handle lazy `resolve_references` return values ([#250](#250)) ([e29b155](e29b155)) * handle lazy `resolve_references` return values ([#250](#250)) ([1614440](1614440)) * handle lazy resolve_references return values ([#250](#250)) ([fa72465](fa72465))
1 parent fa72465 commit 8f53481

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.7.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.7.0...v3.7.1) (2023-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* handle lazy `resolve_references` return values ([#250](https://github.com/Gusto/apollo-federation-ruby/issues/250)) ([e29b155](https://github.com/Gusto/apollo-federation-ruby/commit/e29b15550d48093c6ed5b73dabb8206a3e9463b0))
7+
* handle lazy `resolve_references` return values ([#250](https://github.com/Gusto/apollo-federation-ruby/issues/250)) ([1614440](https://github.com/Gusto/apollo-federation-ruby/commit/16144402d32de3d5016023b87fc2b949364761f5))
8+
* handle lazy resolve_references return values ([#250](https://github.com/Gusto/apollo-federation-ruby/issues/250)) ([fa72465](https://github.com/Gusto/apollo-federation-ruby/commit/fa72465bd5f1d38f3556b748b905f16f932829ac))
9+
110
# [3.7.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.9...v3.7.0) (2023-05-26)
211

312

Gemfile.lock

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

lib/apollo-federation/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.7.0'
4+
VERSION = '3.7.1'
55
end

0 commit comments

Comments
 (0)