Skip to content

Commit 52e0416

Browse files
committed
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 <[email protected]>
1 parent db756a1 commit 52e0416

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Unreleased changes
44

5+
_None outstanding_
6+
7+
# 4.1.0 / 2023-02-15
8+
9+
_**Codename:** They finally made a point release_
10+
511
## Small improvements
612

713
- [#277](https://github.com/prometheus/client_ruby/pull/277) Allow use of `instance` and

lib/prometheus/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)