We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6933046 + 43f9b5f commit 5514b2bCopy full SHA for 5514b2b
CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
_None outstanding_
6
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
18
# 4.2.2 / 2023-10-31
19
20
_**Codename:** 🎃🦇 Spooky type conversion 🦇🎃_
lib/prometheus/client/version.rb
@@ -2,6 +2,6 @@
2
3
module Prometheus
module Client
- VERSION = '4.2.2'
+ VERSION = '4.2.3'
end
0 commit comments