Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2020-12-16)

### Features

* support global `enabled` flag for tracing ([16d9186](16d9186))
  • Loading branch information
semantic-release-bot committed Dec 16, 2020
1 parent 4004167 commit d7d265f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 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.0](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/compare/v1.0.1...v1.1.0) (2020-12-16)


### Features

* support global `enabled` flag for tracing ([16d9186](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/commit/16d91865db51315c2b0a378402d96a9414a31c8f))

## [1.0.1](https://github.com/EnjoyTech/apollo-studio-tracing-ruby/compare/v1.0.0...v1.0.1) (2020-11-02)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-studio-tracing (1.0.1)
apollo-studio-tracing (1.1.0)
concurrent-ruby
google-protobuf (~> 3.7)
graphql (>= 1.9.8)
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-studio-tracing (1.0.1)
apollo-studio-tracing (1.1.0)
concurrent-ruby
google-protobuf (~> 3.7)
graphql (>= 1.9.8)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.14.0)
graphql (1.10.10)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.11.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
apollo-studio-tracing (1.0.1)
apollo-studio-tracing (1.1.0)
concurrent-ruby
google-protobuf (~> 3.7)
graphql (>= 1.9.8)
Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
debase-ruby_core_source (0.10.11)
diff-lcs (1.4.4)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.14.0)
graphql (1.11.2)
i18n (1.8.5)
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-studio-tracing (1.0.1)
apollo-studio-tracing (1.1.0)
concurrent-ruby
google-protobuf (~> 3.7)
graphql (>= 1.9.8)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.14.0)
graphql (1.9.8)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/apollo-studio-tracing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApolloStudioTracing
VERSION = '1.0.1'
VERSION = '1.1.0'
end

0 comments on commit d7d265f

Please sign in to comment.