We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9031b4e commit e3cd1a9Copy full SHA for e3cd1a9
Changes.md
@@ -2,6 +2,12 @@
2
3
[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)
4
5
+5.2.9
6
+---------
7
+
8
+- Release Rack lock due to a cascade of CVEs. [#4566]
9
+ Pro-tip: don't lock Rack.
10
11
5.2.8
12
---------
13
lib/sidekiq/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
module Sidekiq
- VERSION = "5.2.8"
+ VERSION = "5.2.9"
end
0 commit comments