From 6ce3fdd0a9633f6e1aa6f76583c1578ddd51b912 Mon Sep 17 00:00:00 2001 From: Chris Sinjakli Date: Tue, 25 Jul 2023 13:55:44 +0100 Subject: [PATCH] Prepare release 4.2.0 Signed-off-by: Chris Sinjakli --- CHANGELOG.md | 12 ++++++++++++ lib/prometheus/client/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e190ed0..9fd8e3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/lib/prometheus/client/version.rb b/lib/prometheus/client/version.rb index 9d55b4c4..621282e5 100644 --- a/lib/prometheus/client/version.rb +++ b/lib/prometheus/client/version.rb @@ -2,6 +2,6 @@ module Prometheus module Client - VERSION = '4.1.0' + VERSION = '4.2.0' end end