Skip to content

Commit 77e6b7b

Browse files
authored
Merge pull request #288 from prometheus/sinjo-prepare-release-4-2-0
Prepare release 4.2.0
2 parents 7507716 + 6ce3fdd commit 77e6b7b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
_None outstanding_
66

7+
# 4.2.0 / 2023-07-25
8+
9+
_**Codename:** Funny number_
10+
11+
## Small improvements
12+
13+
- [#287](https://github.com/prometheus/client_ruby/pull/287) Add `Gauge#set_to_current_time`:
14+
Does what you'd expect - sets a gauge to the current unix epoch timestamp (including
15+
fractional seconds).
16+
17+
Other client libraries have this and it's about time we did!
18+
719
# 4.1.0 / 2023-03-20
820

921
_**Codename:** They finally made a point release_

lib/prometheus/client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prometheus
44
module Client
5-
VERSION = '4.1.0'
5+
VERSION = '4.2.0'
66
end
77
end

0 commit comments

Comments
 (0)