Skip to content
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

_None outstanding_

# 4.2.0 / 2023-07-25

_**Codename:** Funny number_

## Small improvements

- [#287](https://github.com/prometheus/client_ruby/pull/287) Add `Gauge#set_to_current_time`:
Does what you'd expect - sets a gauge to the current unix epoch timestamp (including
fractional seconds).

Other client libraries have this and it's about time we did!

# 4.1.0 / 2023-03-20

_**Codename:** They finally made a point release_
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Prometheus
module Client
VERSION = '4.1.0'
VERSION = '4.2.0'
end
end