Skip to content

Commit 72a13c2

Browse files
authored
Merge pull request #592 from DataDog/bump_to_version_0.16.1
Bump to version 0.16.1
2 parents 3be61a8 + 56515d1 commit 72a13c2

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

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

55
## [Unreleased (beta)]
66

7+
## [0.16.1] - 2018-10-17
8+
9+
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.1
10+
11+
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1
12+
13+
### Fixed
14+
15+
- Priority sampling response being mishandled (#591)
16+
- HTTP open timeout to agent too long (#582)
17+
718
## [0.16.0] - 2018-09-18
819

920
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.0
@@ -511,9 +522,10 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
511522

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

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
525+
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...master
526+
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...0.17-dev
527+
[0.16.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1
528+
[0.16.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
517529
[0.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.2...v0.15.0
518530
[0.14.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.1...v0.14.2
519531
[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
@@ -2,7 +2,7 @@ module Datadog
22
module VERSION
33
MAJOR = 0
44
MINOR = 16
5-
PATCH = 0
5+
PATCH = 1
66
PRE = nil
77

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

0 commit comments

Comments
 (0)