Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

_None outstanding_

# 4.2.3 / 2024-06-28

_**Codename:** Now with 25% fewer test dependencies!_

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️


## Small improvements

- [#308](https://github.com/prometheus/client_ruby/pull/308) Declare base64 gem
dependency, ready for Ruby 3.4:
Ruby 3.4 and above will require an explicit dependency on `base64` as it will no
longer be included with CRuby. This gets us ready for that change.

# 4.2.2 / 2023-10-31

_**Codename:** 🎃🦇 Spooky type conversion 🦇🎃_
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Prometheus
module Client
VERSION = '4.2.2'
VERSION = '4.2.3'
end
end