Skip to content

Commit

Permalink
0.14.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Jul 25, 2018
1 parent 77c6a40 commit 19499c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased (beta)]

## [0.14.0.beta2] - 2018-07-25

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.beta2

Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0.beta1...v0.14.0.beta2

### Fixed

- Rake shutdown tracer after execution (#487) @kissrobber

## [0.14.0.beta1] - 2018-07-24

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.beta1
Expand Down
2 changes: 1 addition & 1 deletion lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 0
MINOR = 14
PATCH = 0
PRE = 'beta1'.freeze
PRE = 'beta2'.freeze

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end
Expand Down

0 comments on commit 19499c5

Please sign in to comment.