We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7507716 + 6ce3fdd commit 77e6b7bCopy full SHA for 77e6b7b
CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
_None outstanding_
6
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
19
# 4.1.0 / 2023-03-20
20
21
_**Codename:** They finally made a point release_
lib/prometheus/client/version.rb
@@ -2,6 +2,6 @@
2
3
module Prometheus
module Client
- VERSION = '4.1.0'
+ VERSION = '4.2.0'
end
0 commit comments