Skip to content

Commit 5514b2b

Browse files
authored
Merge pull request #313 from prometheus/sinjo-prepare-4-2-3
Prepare release 4.2.3
2 parents 6933046 + 43f9b5f commit 5514b2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
_None outstanding_
66

7+
# 4.2.3 / 2024-06-28
8+
9+
_**Codename:** Now with 25% fewer test dependencies!_
10+
11+
## Small improvements
12+
13+
- [#308](https://github.com/prometheus/client_ruby/pull/308) Declare base64 gem
14+
dependency, ready for Ruby 3.4:
15+
Ruby 3.4 and above will require an explicit dependency on `base64` as it will no
16+
longer be included with CRuby. This gets us ready for that change.
17+
718
# 4.2.2 / 2023-10-31
819

920
_**Codename:** 🎃🦇 Spooky type conversion 🦇🎃_

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.2.2'
5+
VERSION = '4.2.3'
66
end
77
end

0 commit comments

Comments
 (0)