File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
920Release 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
544555Git 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 
Original file line number Diff line number Diff 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 ( '.' ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments