Skip to content

Commit e3cd1a9

Browse files
committed
bump, release
1 parent 9031b4e commit e3cd1a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[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)
44

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+
511
5.2.8
612
---------
713

lib/sidekiq/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sidekiq
3-
VERSION = "5.2.8"
3+
VERSION = "5.2.9"
44
end

0 commit comments

Comments
 (0)