Skip to content

Commit 1f849e3

Browse files
chore(release): 3.6.4 [skip ci]
## [3.6.4](v3.6.3...v3.6.4) (2023-04-19) ### Bug Fixes * inherit Query type from schema superclass ([#241](#241)) ([0efb37e](0efb37e))
1 parent 0efb37e commit 1f849e3

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.4](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.3...v3.6.4) (2023-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* inherit Query type from schema superclass ([#241](https://github.com/Gusto/apollo-federation-ruby/issues/241)) ([0efb37e](https://github.com/Gusto/apollo-federation-ruby/commit/0efb37e2c2b14fc7ed99c695f35ed48d363d7695))
7+
18
## [3.6.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.2...v3.6.3) (2023-04-12)
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.3)
14+
apollo-federation (3.6.4)
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.3'
4+
VERSION = '3.6.4'
55
end

0 commit comments

Comments
 (0)