----------------- - Add capability to get/save artifacts for `WorkflowRun`. - Make `Jenkins` and `Folder` is subscribed and can be iterated with depth. - Refactor some code.
1.2
---------------- - Support to enable, disable, scan, get_scan_log for `WorkflowMultiBranchProject` - Call `Jenkins.get_job` for getting parent of `Job` - Support process input step for `WorkflowRun`, see `WorkflowRun.get_pending_input()` - Support user management
1.1
----------------- - Rewrite documentation and add more examples - `Jenkins.build_job()` and `Project.build()` accept key word argments instead of dict - Support to access attribute with None type value in json - Fix typo in `Folder.__iter__()`