File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33[ // ] : # ( comment: Don't forget to update lib/datadog/statsd/version.rb:DogStatsd::Statsd::VERSION when releasing a new version )
44
5+
6+ ## 5.6.3 / 2024.11.04
7+
8+ * [ BUGFIX] Fixes invalid Symbol#name usage for Ruby versions < 3.0 [ #297 ] [ ] by [ @rayz ] [ ]
9+
510## 5.6.2 / 2024.09.20
611
712 * [ OTHER] Ruby versions 3.2 and 3.3 are now supported. [ #291 ] [ ] by [ @gdubicki ] [ ]
@@ -473,6 +478,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
473478[ #291 ] : https://github.com/DataDog/dogstatsd-ruby/issues/291
474479[ #294 ] : https://github.com/DataDog/dogstatsd-ruby/issues/294
475480[ #295 ] : https://github.com/DataDog/dogstatsd-ruby/issues/295
481+ [ #297 ] : https://github.com/DataDog/dogstatsd-ruby/issues/297
476482[ @AMekss ] : https://github.com/AMekss
477483[ @abicky ] : https://github.com/abicky
478484[ @adimitrov ] : https://github.com/adimitrov
@@ -506,6 +512,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
506512[ @olefriis ] : https://github.com/olefriis
507513[ @pschambacher ] : https://github.com/pschambacher
508514[ @ramfjord ] : https://github.com/ramfjord
515+ [ @rayz ] : https://github.com/rayz
509516[ @redhotpenguin ] : https://github.com/redhotpenguin
510517[ @remeh ] : https://github.com/remeh
511518[ @schlubbi ] : https://github.com/schlubbi
Original file line number Diff line number Diff line change 44
55module Datadog
66 class Statsd
7- VERSION = '5.6.2 '
7+ VERSION = '5.6.3 '
88 end
99end
You can’t perform that action at this time.
0 commit comments