Skip to content

Commit 3718e64

Browse files
authored
Merge pull request #551 from DataDog/bump_to_version_0.16.0
Bump to version 0.16.0
2 parents 6d85d00 + b6bd05a commit 3718e64

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## [Unreleased (beta)]
66

7+
## [0.16.0] - 2018-09-18
8+
9+
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.0
10+
11+
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
12+
13+
### Added
14+
15+
- OpenTracing support (#517)
16+
- `middleware` option for disabling Rails trace middleware. (#552)
17+
718
## [0.15.0] - 2018-09-12
819

920
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.15.0
@@ -500,8 +511,9 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
500511

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

503-
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...master
504-
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...0.16-dev
514+
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...master
515+
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...0.17-dev
516+
[0.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
505517
[0.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.2...v0.15.0
506518
[0.14.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.1...v0.14.2
507519
[0.14.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0...v0.14.1

lib/ddtrace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Datadog
22
module VERSION
33
MAJOR = 0
4-
MINOR = 15
4+
MINOR = 16
55
PATCH = 0
66
PRE = nil
77

0 commit comments

Comments
 (0)