Skip to content

Commit

Permalink
Merge pull request #877 from DataDog/bump_to_version_0.30.0
Browse files Browse the repository at this point in the history
Bump to version 0.30.0
  • Loading branch information
marcotc authored Dec 5, 2019
2 parents d7654b5 + bced20d commit bcfeb95
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## [0.30.0] - 2019-12-04

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

Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.29.1...v0.30.0

### Added

- Additional tracer health metrics (#867)
- Integration patching instrumentation (#871)
- Rule-based trace sampling (#854)

### Fixed

- Rails template layout name error (#872) (@djmb)

## [0.29.1] - 2019-11-26

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.29.1
Expand Down Expand Up @@ -981,7 +997,8 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1

Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1

[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v0.29.1...master
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v0.30.0...master
[0.30.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.29.1...v0.30.0
[0.29.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.29.0...v0.29.1
[0.29.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.27.0...v0.28.0
Expand Down
4 changes: 2 additions & 2 deletions lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Datadog
module VERSION
MAJOR = 0
MINOR = 29
PATCH = 1
MINOR = 30
PATCH = 0
PRE = nil

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

0 comments on commit bcfeb95

Please sign in to comment.