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