CHANGELOG.md in cloudtasker-0.11.0 vs CHANGELOG.md in cloudtasker-0.11.1

- old
+ new

@@ -1,6 +1,30 @@ # Changelog +## [v0.11.1](https://github.com/keypup-io/cloudtasker/tree/v0.11.1) (2021-08-25) + +[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.11.0...v0.11.1) + +**Fixed bugs:** +- Dependencies: Require `try` from `activesupport`. This was preventing non-Rails projects from properly running Cloudtasker jobs. +- WorkerController: remove useless inheritance from local ApplicationController. The parent controller was not always loaded on Rails 5 which in turn created issues with authenticity token. Fixes [#40](https://github.com/keypup-io/cloudtasker/issues/40) + +## [v0.10.2](https://github.com/keypup-io/cloudtasker/tree/v0.10.2) (2021-08-25) + +[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.10.1...v0.10.2) + +**Fixed bugs:** +- Dependencies: Require `try` from `activesupport`. This was preventing non-Rails projects from properly running Cloudtasker jobs. +- WorkerController: remove useless inheritance from local ApplicationController. The parent controller was not always loaded on Rails 5 which in turn created issues with authenticity token. Fixes [#40](https://github.com/keypup-io/cloudtasker/issues/40) + +## [v0.9.5](https://github.com/keypup-io/cloudtasker/tree/v0.9.5) (2021-08-25) + +[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.9.4...v0.9.5) + +**Fixed bugs:** +- Dependencies: Require `try` from `activesupport`. This was preventing non-Rails projects from properly running Cloudtasker jobs. +- WorkerController: remove useless inheritance from local ApplicationController. The parent controller was not always loaded on Rails 5 which in turn created issues with authenticity token. Fixes [#40](https://github.com/keypup-io/cloudtasker/issues/40) + ## [v0.11.0](https://github.com/keypup-io/cloudtasker/tree/v0.11.0) (2020-11-23) [Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.10.0...v0.11.0) **Improvements:**