Skip to content

Commit

Permalink
V0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannnylo committed Jun 16, 2024
1 parent 64b0113 commit 239d127
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## [0.3.4] - 2024-01-07

- Feature top label

## [0.3.3] - 2024-06-11

- Feature list to run jobs

## [0.3.2] - 2024-01-07

- Feature to sort periodic list by class name
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sidekiq-belt (0.3.3)
sidekiq-belt (0.3.4)
sidekiq (> 7.1.4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/belt/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module Belt
VERSION = "0.3.3"
VERSION = "0.3.4"
end
end

0 comments on commit 239d127

Please sign in to comment.