Skip to content

Commit 694f421

Browse files
authored
prepare 5.6.3 (#299)
1 parent 5f962c9 commit 694f421

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

lib/datadog/statsd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Datadog
66
class Statsd
7-
VERSION = '5.6.2'
7+
VERSION = '5.6.3'
88
end
99
end

0 commit comments

Comments
 (0)