CHANGELOG.md in good_job-2.13.2 vs CHANGELOG.md in good_job-2.14.0
- old
+ new
@@ -1,19 +1,40 @@
# Changelog
+## [v2.14.0](https://github.com/bensheldon/good_job/tree/v2.14.0) (2022-04-26)
+
+[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.13.2...v2.14.0)
+
+**Implemented enhancements:**
+
+- Add mass update operations for jobs to Dashboard [\#578](https://github.com/bensheldon/good_job/pull/578) ([bensheldon](https://github.com/bensheldon))
+
+**Closed issues:**
+
+- Allow "mass"-actions through Dashboard \(e.g. retry all\) [\#446](https://github.com/bensheldon/good_job/issues/446)
+
+**Merged pull requests:**
+
+- Track down incompatibility/race condition between JRuby and RSpec mocks in tests [\#581](https://github.com/bensheldon/good_job/pull/581) ([bensheldon](https://github.com/bensheldon))
+
## [v2.13.2](https://github.com/bensheldon/good_job/tree/v2.13.2) (2022-04-25)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.13.1...v2.13.2)
-**Merged pull requests:**
+**Fixed bugs:**
- Namespaces assets per Rails docs [\#580](https://github.com/bensheldon/good_job/pull/580) ([kylekthompson](https://github.com/kylekthompson))
## [v2.13.1](https://github.com/bensheldon/good_job/tree/v2.13.1) (2022-04-22)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.13.0...v2.13.1)
+**Implemented enhancements:**
+
+- Dashboard: Use toasts to show notices and alerts [\#577](https://github.com/bensheldon/good_job/pull/577) ([bkeepers](https://github.com/bkeepers))
+- Remove executions from the dashboard [\#576](https://github.com/bensheldon/good_job/pull/576) ([bkeepers](https://github.com/bkeepers))
+
**Fixed bugs:**
- `ActionMailer::MailDeliveryJob` executing twice [\#329](https://github.com/bensheldon/good_job/issues/329)
- Email job breaks dashboard [\#313](https://github.com/bensheldon/good_job/issues/313)
@@ -24,12 +45,10 @@
- Lockable should accept an explicit keys on class methods too [\#341](https://github.com/bensheldon/good_job/issues/341)
- Run Scheduler\#cache\_warm on global thread pool instead of Scheduler's thread pool [\#286](https://github.com/bensheldon/good_job/issues/286)
**Merged pull requests:**
-- Dashboard: Use toasts to show notices and alerts [\#577](https://github.com/bensheldon/good_job/pull/577) ([bkeepers](https://github.com/bkeepers))
-- Remove executions from the dashboard [\#576](https://github.com/bensheldon/good_job/pull/576) ([bkeepers](https://github.com/bkeepers))
- Use javascript importmaps for Dashboard [\#574](https://github.com/bensheldon/good_job/pull/574) ([bensheldon](https://github.com/bensheldon))
## [v2.13.0](https://github.com/bensheldon/good_job/tree/v2.13.0) (2022-04-19)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.12.2...v2.13.0)
@@ -48,13 +67,16 @@
## [v2.12.2](https://github.com/bensheldon/good_job/tree/v2.12.2) (2022-04-18)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.12.1...v2.12.2)
+**Fixed bugs:**
+
+- Un-deprecate Adapter's `execution_mode` argument [\#567](https://github.com/bensheldon/good_job/pull/567) ([bensheldon](https://github.com/bensheldon))
+
**Merged pull requests:**
- Dashboard: added NL translations [\#568](https://github.com/bensheldon/good_job/pull/568) ([eelcoj](https://github.com/eelcoj))
-- Un-deprecate Adapter's `execution_mode` argument [\#567](https://github.com/bensheldon/good_job/pull/567) ([bensheldon](https://github.com/bensheldon))
## [v2.12.1](https://github.com/bensheldon/good_job/tree/v2.12.1) (2022-04-18)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.12.0...v2.12.1)