Skip to content

Commit

Permalink
chore(release): 3.6.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.8](v3.6.7...v3.6.8) (2023-05-22)

### Bug Fixes

* include inherited types in generated _Entity union ([#247](#247)) ([c377785](c377785))
  • Loading branch information
semantic-release-bot committed May 22, 2023
1 parent c377785 commit 681a22b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.6.8](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.7...v3.6.8) (2023-05-22)


### Bug Fixes

* include inherited types in generated _Entity union ([#247](https://github.com/Gusto/apollo-federation-ruby/issues/247)) ([c377785](https://github.com/Gusto/apollo-federation-ruby/commit/c377785466736114d17beda8b6e27c2e0a56eb75))

## [3.6.7](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.6...v3.6.7) (2023-05-18)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
apollo-federation (3.6.7)
apollo-federation (3.6.8)
google-protobuf (~> 3.22)
graphql (>= 1.10.14)

Expand Down
2 changes: 1 addition & 1 deletion lib/apollo-federation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApolloFederation
VERSION = '3.6.7'
VERSION = '3.6.8'
end

0 comments on commit 681a22b

Please sign in to comment.