File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.2.0 / 2017.12.21
4+
5+ * [ IMPROVEMENT] Add statsd sample rate compat. [ #67 ] [ ] , [ @sj26 ] [ ]
6+
37## 3.1.0 / 2017.11.23
48
59* [ FEATURE] Add Unix Domain Socket support. [ #61 ] [ ] , [ @sullerandras ] [ ]
@@ -116,6 +120,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
116120[ #56 ] : https://github.com/DataDog/dogstatsd-ruby/issues/56
117121[ #58 ] : https://github.com/DataDog/dogstatsd-ruby/issues/58
118122[ #61 ] : https://github.com/DataDog/dogstatsd-ruby/issues/61
123+ [ #67 ] : https://github.com/DataDog/dogstatsd-ruby/issues/67
119124[ @AMekss ] : https://github.com/AMekss
120125[ @adimitrov ] : https://github.com/adimitrov
121126[ @degemer ] : https://github.com/degemer
@@ -130,4 +135,5 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
130135[ @pschambacher ] : https://github.com/pschambacher
131136[ @ramfjord ] : https://github.com/ramfjord
132137[ @sensadrome ] : https://github.com/sensadrome
138+ [ @sj26 ] : https://github.com/sj26
133139[ @sullerandras ] : https://github.com/sullerandras
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class << self
8080
8181 # Return the current version of the library.
8282 def self . VERSION
83- "3.1 .0"
83+ "3.2 .0"
8484 end
8585
8686 # @param [String] host your statsd host
You can’t perform that action at this time.
0 commit comments