Skip to content

Commit

Permalink
Merge pull request #288 from prometheus/sinjo-prepare-release-4-2-0
Browse files Browse the repository at this point in the history
Prepare release 4.2.0
  • Loading branch information
Sinjo authored Jul 28, 2023
2 parents 7507716 + 6ce3fdd commit 77e6b7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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

0 comments on commit 77e6b7b

Please sign in to comment.