CHANGELOG.md in sidekiq-cron-2.0.0.rc2 vs CHANGELOG.md in sidekiq-cron-2.0.0
- old
+ new
@@ -1,8 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.0
+
+Sidekiq-Cron v2 is here! In this release we refactored some internals, plus:
+
+- Review web UI translations for all available locales (https://github.com/sidekiq-cron/sidekiq-cron/pull/506)
+- Fix detection of ActiveJob in Sidekiq v7.3.3+ (https://github.com/sidekiq-cron/sidekiq-cron/pull/510)
+- Add retry job configuration option to set Sidekiq retry job option (https://github.com/sidekiq-cron/sidekiq-cron/pull/509)
+
+Please take a look to the RC1 and RC2 changes too if you are coming from the v1.X series.
+
## 2.0.0.rc2
- Remove support for Sidekiq < 6.5 (https://github.com/sidekiq-cron/sidekiq-cron/pull/480)
- Require at least Fugit >= 1.11.1 (https://github.com/sidekiq-cron/sidekiq-cron/pull/475)
- Update how Redis values are stored on save (https://github.com/sidekiq-cron/sidekiq-cron/pull/479)