Skip to content

Commit

Permalink
Merge pull request #313 from prometheus/sinjo-prepare-4-2-3
Browse files Browse the repository at this point in the history
Prepare release 4.2.3
  • Loading branch information
Sinjo committed Jun 28, 2024
2 parents 6933046 + 43f9b5f commit 5514b2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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!_

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

0 comments on commit 5514b2b

Please sign in to comment.