Skip to content

Commit

Permalink
prepare 5.6.5 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayz authored Feb 3, 2025
1 parent 482f47b commit 9c72cf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 5.6.5 / 2025.02.03

* [OTHER] Include changes meant for `dogstatsd-ruby` v5.6.4 which should be skipped. [#303][] by [@jasonpenny][]

## 5.6.4 / 2024.12.19

* [BUGFIX] Delete commas when escaping tag content [#301][] by [@mattwd7][]
Expand Down Expand Up @@ -483,6 +487,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#295]: https://github.com/DataDog/dogstatsd-ruby/issues/295
[#297]: https://github.com/DataDog/dogstatsd-ruby/issues/297
[#301]: https://github.com/DataDog/dogstatsd-ruby/issues/301
[#303]: https://github.com/DataDog/dogstatsd-ruby/issues/303
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand All @@ -501,6 +506,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@hush-hush]: https://github.com/hush-hush
[@ivoanjo]: https://github.com/ivoanjo
[@jacobbednarz]: https://github.com/jacobbednarz
[@jasonpenny]: https://github.com/jasonpenny
[@janester]: https://github.com/janester
[@jhawthorn]: https://github.com/jhawthorn
[@jordan-brough]: https://github.com/jordan-brough
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.4'
VERSION = '5.6.5'
end
end

0 comments on commit 9c72cf2

Please sign in to comment.