Skip to content

Commit

Permalink
Release 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 12, 2023
1 parent e315638 commit e97ff49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ section below.

## Unreleased changes

## Version 3.5.7

- Improve time measurement to avoid seconds to milliseconds conversions.

## Version 3.5.6
Expand Down
2 changes: 1 addition & 1 deletion lib/statsd/instrument/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module StatsD
module Instrument
VERSION = "3.5.6"
VERSION = "3.5.7"
end
end

0 comments on commit e97ff49

Please sign in to comment.