Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] prepare 5.6.1 #283

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1 / 2023.09.07

* [IMPROVEMENT] Add support for IPv6 UDP connection. [#280][] by [@kazwolfe][]

## 5.6.0 / 2023.07.10

* [FEATURE] Add the `delay_serialization` option, allowing users to delay
Expand Down Expand Up @@ -459,6 +463,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#271]: https://github.com/DataDog/dogstatsd-ruby/issues/271
[#272]: https://github.com/DataDog/dogstatsd-ruby/issues/272
[#278]: https://github.com/DataDog/dogstatsd-ruby/issues/278
[#280]: https://github.com/DataDog/dogstatsd-ruby/issues/280
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand All @@ -480,6 +485,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@jordan-brough]: https://github.com/jordan-brough
[@jtzemp]: https://github.com/jtzemp
[@kazu9su]: https://github.com/kazu9su
[@kazwolfe]: https://github.com/kazwolfe
[@kbogtob]: https://github.com/kbogtob
[@laserlemon]: https://github.com/laserlemon
[@marcotc]: https://github.com/marcotc
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.0'
VERSION = '5.6.1'
end
end