Skip to content

Commit

Permalink
Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Oct 29, 2020
1 parent 49694c4 commit a4fb7b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for the gruf-lightstep gem.

### Pending Release

### 1.4.0

- Ensure `error` span tag is always set when an exception is raised
- Move from whitelist -> allowlist in server interceptor

Expand Down
2 changes: 1 addition & 1 deletion gruf-lightstep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 0.82'
spec.add_development_dependency 'simplecov', '~> 0.15'

spec.add_runtime_dependency 'bc-lightstep-ruby', '~> 2.0'
spec.add_runtime_dependency 'bc-lightstep-ruby', '~> 2.2'
spec.add_runtime_dependency 'gruf', '>= 2.4', '< 3'
end
2 changes: 1 addition & 1 deletion lib/gruf/lightstep/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
module Gruf
module Lightstep
VERSION = '1.3.0'
VERSION = '1.4.0'
end
end

0 comments on commit a4fb7b6

Please sign in to comment.