Skip to content

Commit 2828552

Browse files
authored
Merge pull request #623 from DataDog/bump_to_version_0.17.1
Bump to version 0.17.1
2 parents 5991b3c + 47e7d8d commit 2828552

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.17.1] - 2018-11-07
8+
9+
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.1
10+
11+
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...v0.17.1
12+
13+
### Fixed
14+
15+
- RestClient incorrect app type (#583) (@gaborszakacs)
16+
- DelayedJob incorrect job name when used with ActiveJob (#605) (@agirlnamedsophia)
17+
718
## [0.17.0] - 2018-10-30
819

920
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.0
@@ -543,8 +554,9 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
543554

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

546-
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...master
547-
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...0.18-dev
557+
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...master
558+
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...0.18-dev
559+
[0.17.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...v0.17.1
548560
[0.17.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...v0.17.0
549561
[0.16.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1
550562
[0.16.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0

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 = 17
5-
PATCH = 0
5+
PATCH = 1
66
PRE = nil
77

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

0 commit comments

Comments
 (0)