Skip to content

Commit e1bbd12

Browse files
committed
prepare 3.2.0
1 parent ebd7392 commit e1bbd12

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

lib/datadog/statsd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)