Skip to content

Commit 6bf289a

Browse files
committed
Added: 0.17.3 to CHANGELOG.md
1 parent 42be529 commit 6bf289a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased (beta)]
66

7+
## [0.17.3] - 2018-11-29
8+
9+
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.3
10+
11+
Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.2...v0.17.3
12+
13+
### Fixed
14+
15+
- Bad resource names for Grape::API objects in Grape 1.2.0 (#639)
16+
- RestClient raising NoMethodError when response is `nil` (#636, #642) (@frsantos)
17+
- Rack middleware inserted twice in some Rails applications (#641)
18+
719
## [0.17.2] - 2018-11-23
820

921
Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.2
@@ -564,8 +576,10 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
564576

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

567-
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...master
568-
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...0.18-dev
579+
[Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.3...master
580+
[Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.3...0.18-dev
581+
[0.17.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.2...v0.17.3
582+
[0.17.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...v0.17.2
569583
[0.17.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...v0.17.1
570584
[0.17.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...v0.17.0
571585
[0.16.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1

0 commit comments

Comments
 (0)