Skip to content

Commit

Permalink
prepare 5.6.3 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayz authored Nov 4, 2024
1 parent 5f962c9 commit 694f421
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
Expand Up @@ -2,6 +2,11 @@

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


## 5.6.3 / 2024.11.04

* [BUGFIX] Fixes invalid Symbol#name usage for Ruby versions < 3.0 [#297][] by [@rayz][]

## 5.6.2 / 2024.09.20

* [OTHER] Ruby versions 3.2 and 3.3 are now supported. [#291][] by [@gdubicki][]
Expand Down Expand Up @@ -473,6 +478,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#291]: https://github.com/DataDog/dogstatsd-ruby/issues/291
[#294]: https://github.com/DataDog/dogstatsd-ruby/issues/294
[#295]: https://github.com/DataDog/dogstatsd-ruby/issues/295
[#297]: https://github.com/DataDog/dogstatsd-ruby/issues/297
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand Down Expand Up @@ -506,6 +512,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
[@rayz]: https://github.com/rayz
[@redhotpenguin]: https://github.com/redhotpenguin
[@remeh]: https://github.com/remeh
[@schlubbi]: https://github.com/schlubbi
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module Datadog
class Statsd
VERSION = '5.6.2'
VERSION = '5.6.3'
end
end

0 comments on commit 694f421

Please sign in to comment.