From 371884e00396f787924ac11f466d5563bf1ce992 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 25 Apr 2024 12:02:51 -0700 Subject: [PATCH] changes --- Ent-Changes.md | 3 ++- Pro-Changes.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Ent-Changes.md b/Ent-Changes.md index a91679fd7..2b520e304 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -8,7 +8,8 @@ HEAD --------- - Limiters now have attr_readers for all static config elements [#6259] -- Handle fractional values for SIDEKIQ_COUNT when containers have fractional CPU allocations, e.g. `SIDEKIQ_COUNT=2.5` will create 2 Sidekiq processes. [#6244] +- Handle fractional values for SIDEKIQ_COUNT when containers have fractional CPU allocations, + e.g. `SIDEKIQ_COUNT=2.5` will create 2 Sidekiq processes. [#6244] 7.2.2 --------- diff --git a/Pro-Changes.md b/Pro-Changes.md index 757505f29..9d0f667c7 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -4,6 +4,11 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy. +7.2.1 +--------- + +- Add explicit `base64` gem dependency for Ruby 3.3 compatibility + 7.2.0 ---------