From eedd8291905ca847bfcd4c953e9c7e2cfb29d34e Mon Sep 17 00:00:00 2001 From: Chris Sinjakli Date: Fri, 27 Oct 2023 09:36:36 +0100 Subject: [PATCH] Prepare release 4.2.2 Signed-off-by: Chris Sinjakli --- CHANGELOG.md | 6 ++++++ lib/prometheus/client/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c0906e..225166e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Unreleased changes +_None outstanding_ + +# 4.2.2 / 2023-10-31 + +_**Codename:** 🎃🦇 Spooky type conversion 🦇🎃_ + ## Bug fixes - [#296](https://github.com/prometheus/client_ruby/pull/296) Stringify non-string job diff --git a/lib/prometheus/client/version.rb b/lib/prometheus/client/version.rb index bea05396..6a6d4140 100644 --- a/lib/prometheus/client/version.rb +++ b/lib/prometheus/client/version.rb @@ -2,6 +2,6 @@ module Prometheus module Client - VERSION = '4.2.1' + VERSION = '4.2.2' end end