Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 4.2.3 #313

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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
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