Skip to content

Commit

Permalink
Version 2.6.0 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Aug 19, 2023
1 parent 3502893 commit 2f9d080
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.6.0

### Fixed

* resque-web: Fix reflected XSS in queues endpoint (#1865)
* resque-web: Format args in YAML (#1875)
* Fix MiniTest undefined errors (#1879)
* Fix failing reconnect tests (#1880)

### Added

* Documents how to make the worker shutdown when the queue is empty (#1873)

## 2.5.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Resque
VERSION = '2.5.0'
VERSION = '2.6.0'
end

0 comments on commit 2f9d080

Please sign in to comment.