From 52e04162d6f29f97970af47f11f957987cdbed37 Mon Sep 17 00:00:00 2001 From: Chris Sinjakli Date: Wed, 15 Feb 2023 17:18:49 +0000 Subject: [PATCH] Prepare release 4.1.0 This release includes the recent relaxation of reserved labels. On a personal note: damn it feels good to cut a point release instead of a major release due to breaking changes for once. 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 cc918c7d..c8e3c74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Unreleased changes +_None outstanding_ + +# 4.1.0 / 2023-02-15 + +_**Codename:** They finally made a point release_ + ## Small improvements - [#277](https://github.com/prometheus/client_ruby/pull/277) Allow use of `instance` and diff --git a/lib/prometheus/client/version.rb b/lib/prometheus/client/version.rb index 4f22986c..9d55b4c4 100644 --- a/lib/prometheus/client/version.rb +++ b/lib/prometheus/client/version.rb @@ -2,6 +2,6 @@ module Prometheus module Client - VERSION = '4.0.0' + VERSION = '4.1.0' end end