Skip to content

Commit

Permalink
Version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Sep 20, 2023
1 parent dd8b8ba commit c8dd6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 0.9.0
- Add a `CompleteStaleJobGroupsJob`, which can be run periodically to close "stuck" job groups

### 0.8.0
- Drop support for ruby < 2.7
- Add support for ruby 3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/delayed/job_groups/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Delayed
module JobGroups
VERSION = '0.8.0'
VERSION = '0.9.0'
end
end

0 comments on commit c8dd6c0

Please sign in to comment.