Skip to content

Commit

Permalink
Merge pull request #129 from DataDog/maxime/release-3-6-0
Browse files Browse the repository at this point in the history
Releasing 4.6.0
  • Loading branch information
remeh authored Jan 20, 2020
2 parents c56a756 + e712d22 commit 2ca5c4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

[//]: # (comment: Don't forget to update lib/datadog/statsd.rb:DogStatsd::Statsd::VERSION when releasing a new version)

## 4.6.0 / 2020.01.20

* [FEATURE] Adding telemetry to the dogstatsd client [#128][]

## 4.5.0 / 2019.08.22

* [BUGFIX] Handle ECONNREFUSED and typo fix [#113][] by [@redhotpenguin][]
Expand Down Expand Up @@ -213,6 +219,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#113]: https://github.com/DataDog/dogstatsd-ruby/issues/113
[#114]: https://github.com/DataDog/dogstatsd-ruby/issues/114
[#115]: https://github.com/DataDog/dogstatsd-ruby/issues/115
[#128]: https://github.com/DataDog/dogstatsd-ruby/issues/128
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand All @@ -236,4 +243,4 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@redhotpenguin]: https://github.com/redhotpenguin
[@sensadrome]: https://github.com/sensadrome
[@sj26]: https://github.com/sj26
[@sullerandras]: https://github.com/sullerandras
[@sullerandras]: https://github.com/sullerandras
2 changes: 1 addition & 1 deletion lib/datadog/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def reset
DISTRIBUTION_TYPE = 'd'.freeze
TIMING_TYPE = 'ms'.freeze
SET_TYPE = 's'.freeze
VERSION = "4.5.0".freeze
VERSION = "4.6.0".freeze

# A namespace to prepend to all statsd calls. Defaults to no namespace.
attr_reader :namespace
Expand Down

0 comments on commit 2ca5c4d

Please sign in to comment.