Skip to content

Commit

Permalink
[release] prepare 5.6.4 (#302)
Browse files Browse the repository at this point in the history
* prepare 5.6.4

* release date 2024.12.19
  • Loading branch information
rayz authored Dec 19, 2024
1 parent 107c417 commit 482f47b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 5.6.4 / 2024.12.19

* [BUGFIX] Delete commas when escaping tag content [#301][] by [@mattwd7][]

## 5.6.3 / 2024.11.04

Expand Down Expand Up @@ -479,6 +482,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#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
[#301]: https://github.com/DataDog/dogstatsd-ruby/issues/301
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand Down Expand Up @@ -507,6 +511,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@laserlemon]: https://github.com/laserlemon
[@marcotc]: https://github.com/marcotc
[@matthewshafer]: https://github.com/matthewshafer
[@mattwd7]: https://github.com/mattwd7
[@misterbyrne]: https://github.com/misterbyrne
[@nelhage]: https://github.com/nelhage
[@olefriis]: https://github.com/olefriis
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.3'
VERSION = '5.6.4'
end
end

0 comments on commit 482f47b

Please sign in to comment.