CHANGELOG.md in cloudmunda-0.1.3 vs CHANGELOG.md in cloudmunda-0.1.4
- old
+ new
@@ -1,10 +1,13 @@
## [Unreleased]
-## [0.1.3] - 2021-02-25
+## [0.1.4] - 2022-08-09
+- Rework how we use `runs_in_development` together with `type`. This is a very biased approach. What we do from now on if when in your job definition `runs_in_development` equals to true, we will add `-dev` to the type name.
+
+## [0.1.3] - 2022-02-25
- Fix bug in `Supervisor#start` that would lead to not gracefully shutting down workers.
-## [0.1.2] - 2021-02-25
+## [0.1.2] - 2022-02-25
- Add class method `runs_in_development` to Cloudmunda::Worker. This way you can run only specific jobs in development.
## [0.1.1] - 2021-12-16
- Camunda Cloud Access Token Creation
\ No newline at end of file