From a412dc2d1d6c50c77c86957c0ef526d5fe53ee74 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 15 Mar 2021 12:18:10 -0700 Subject: [PATCH] prep for release --- Changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 7cc9793a..72113905 100644 --- a/Changes.md +++ b/Changes.md @@ -2,13 +2,13 @@ [Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md) -HEAD +6.2.0 --------- - Store Redis RTT and log if poor [#4824] - Add process/thread stats to Busy page [#4806] - Improve Web UI on mobile devices [#4840] -- Refactor Web UI session usage. [#4804] +- **Refactor Web UI session usage** [#4804] Numerous people have hit "Forbidden" errors and struggled with Sidekiq's Web UI session requirement. If you have code in your initializer for Web sessions, it's quite possible it will need to be removed. Here's