Skip to content

Commit

Permalink
Prepare release 4.4.0 (#116)
Browse files Browse the repository at this point in the history
* Prepare release 4.4.0

* Update version number
  • Loading branch information
KSerrania authored Jul 15, 2019
1 parent 4870d93 commit 1c21576
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 4.4.0 / 2019.07.15

* [BUGFIX] Allow Integer date_happened and timestamp options [#115][]
* [OTHER] Update yard gem to 0.9.20 [#114][]

## 4.3.0 / 2019.06.24

* [FEATURE] Allow passing tags as a hash [#107][] by [@jtzemp][]
Expand Down Expand Up @@ -201,6 +206,8 @@ 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
[#114]: https://github.com/DataDog/dogstatsd-ruby/issues/114
[#115]: https://github.com/DataDog/dogstatsd-ruby/issues/115
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def reset
DISTRIBUTION_TYPE = 'd'.freeze
TIMING_TYPE = 'ms'.freeze
SET_TYPE = 's'.freeze
VERSION = "4.3.0".freeze
VERSION = "4.4.0".freeze

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

0 comments on commit 1c21576

Please sign in to comment.