Skip to content

Commit

Permalink
Prepare release 4.5.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSerrania authored Aug 22, 2019
1 parent a8b9f33 commit b79c25b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.5.0 / 2019.08.22

* [BUGFIX] Handle ECONNREFUSED and typo fix [#113][] by [@redhotpenguin][]

## 4.4.0 / 2019.07.15

* [BUGFIX] Allow Integer date_happened and timestamp options [#115][]
Expand Down Expand Up @@ -206,6 +210,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#109]: https://github.com/DataDog/dogstatsd-ruby/issues/109
[#110]: https://github.com/DataDog/dogstatsd-ruby/issues/110
[#112]: https://github.com/DataDog/dogstatsd-ruby/issues/112
[#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
[@AMekss]: https://github.com/AMekss
Expand All @@ -228,6 +233,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@olefriis]: https://github.com/olefriis
[@pschambacher]: https://github.com/pschambacher
[@ramfjord]: https://github.com/ramfjord
[@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 @@ -194,7 +194,7 @@ def reset
DISTRIBUTION_TYPE = 'd'.freeze
TIMING_TYPE = 'ms'.freeze
SET_TYPE = 's'.freeze
VERSION = "4.4.0".freeze
VERSION = "4.5.0".freeze

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

0 comments on commit b79c25b

Please sign in to comment.