Skip to content

Commit

Permalink
Prepare release v1.8.0 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
markets authored Oct 3, 2022
1 parent 01f46f9 commit b7bde1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 1.8.0

- Fix deprecation warnings with redis-rb v4.8.0 (https://github.com/ondrejbartas/sidekiq-cron/pull/356
- Fix deprecation warnings with redis-rb v4.8.0 (https://github.com/ondrejbartas/sidekiq-cron/pull/356)
- Fix poller affecting Sidekiq scheduled set poller (https://github.com/ondrejbartas/sidekiq-cron/pull/359)
- Fix default polling interval (https://github.com/ondrejbartas/sidekiq-cron/pull/362)
- Add italian locale (https://github.com/ondrejbartas/sidekiq-cron/pull/367)
- Allow disabling of cron polling (https://github.com/ondrejbartas/sidekiq-cron/pull/368)

## 1.7.0

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

module Sidekiq
module Cron
VERSION = "1.7.0"
VERSION = "1.8.0"
end
end

0 comments on commit b7bde1a

Please sign in to comment.