Skip to content

Commit

Permalink
Merge pull request #1055 from DataDog/bump_to_version_0.36.0
Browse files Browse the repository at this point in the history
Bump to version 0.36.0
  • Loading branch information
marcotc authored May 27, 2020
2 parents 9595dc2 + 9f0f930 commit 644a442
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## [Unreleased]

## [0.36.0] - 2020-05-27

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

Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.35.2...v0.36.0

### Changed

- Prevent trace components from being re-initialized multiple times during setup (#1037)

### Fixed

- Allow Rails patching if Railties are loaded (#993, #1054) (@mustela, @bheemreddy181, @vramaiah)
- Pin delegates to default tracer unless configured (#1041)

### Refactored

- Improvements to test suite (#1027, #1031, #1045, #1046, #1047)

## [0.35.2] - 2020-05-08

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.35.2
Expand Down Expand Up @@ -1216,7 +1235,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.35.2...master
[Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v0.36.0...master
[0.36.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.35.2...v0.36.0
[0.35.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.35.1...v0.35.2
[0.35.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.35.0...v0.35.1
[0.35.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.34.2...v0.35.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 = 35
PATCH = 2
MINOR = 36
PATCH = 0
PRE = nil

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

0 comments on commit 644a442

Please sign in to comment.