Skip to content

Commit

Permalink
[release] bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remeh committed Oct 6, 2021
1 parent d6857a5 commit 872e4fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

## 5.3.0 / 2021.08.04
## 5.3.0 / 2021.10.06

* [ENHANCEMENT] Automatically re-allocate resources (e.g. background thread) if `dogstatsd-ruby` is used in an application using forks [#205][] by [@remeh][]

Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd/version.rb
Expand Up @@ -4,6 +4,6 @@

module Datadog
class Statsd
VERSION = '5.2.0'
VERSION = '5.3.0'
end
end
2 changes: 1 addition & 1 deletion spec/statsd/version_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe Datadog::Statsd do
describe 'VERSION' do
it 'has a version' do
expect(Datadog::Statsd::VERSION).to eq '5.2.0'
expect(Datadog::Statsd::VERSION).to eq '5.3.0'
end
end
end

0 comments on commit 872e4fc

Please sign in to comment.