Skip to content

Commit

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

### Bug Fixes

* visibility checks should handle duplicate types and fields ([#245](#245)) ([6401feb](6401feb))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent 6401feb commit 4d7154d
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.9](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.8...v3.6.9) (2023-05-23)


### Bug Fixes

* visibility checks should handle duplicate types and fields ([#245](https://github.com/Gusto/apollo-federation-ruby/issues/245)) ([6401feb](https://github.com/Gusto/apollo-federation-ruby/commit/6401febe65743eb1fae970b3cf865b7007fb27cf))

## [3.6.8](https://github.com/Gusto/apollo-federation-ruby/compare/v3.6.7...v3.6.8) (2023-05-22)


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.8)
apollo-federation (3.6.9)
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.8'
VERSION = '3.6.9'
end

0 comments on commit 4d7154d

Please sign in to comment.