Skip to content

Commit

Permalink
chore(release): 1.1.4-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4-beta.1](v1.1.3...v1.1.4-beta.1) (2020-09-21)

### Bug Fixes

* **tracing:** properly handle parsing and validation errors ([#101](#101)) ([6cf8202](6cf8202))
  • Loading branch information
semantic-release-bot committed Sep 21, 2020
1 parent 6cf8202 commit 77af61f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4-beta.1](https://github.com/Gusto/apollo-federation-ruby/compare/v1.1.3...v1.1.4-beta.1) (2020-09-21)


### Bug Fixes

* **tracing:** properly handle parsing and validation errors ([#101](https://github.com/Gusto/apollo-federation-ruby/issues/101)) ([6cf8202](https://github.com/Gusto/apollo-federation-ruby/commit/6cf820281dd85bd358c6bf4c176b9a73a9280d54))

## [1.1.3](https://github.com/Gusto/apollo-federation-ruby/compare/v1.1.2...v1.1.3) (2020-07-16)


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (1.1.3)
apollo-federation (1.1.4.beta.1)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.12.2)
google-protobuf (3.12.2-x86_64-linux)
graphql (1.10.10)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (1.1.3)
apollo-federation (1.1.4.beta.1)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.12.2)
google-protobuf (3.13.0)
graphql (1.10.10)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-federation (1.1.3)
apollo-federation (1.1.4.beta.1)
google-protobuf (~> 3.7)
graphql (>= 1.9.8)

Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.12.2)
google-protobuf (3.13.0)
graphql (1.9.8)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
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 = '1.1.3'
VERSION = '1.1.4.beta.1'
end

0 comments on commit 77af61f

Please sign in to comment.