1.0.1
 April 24th, 2024 
Feature
- Release more APIs, including:
PUT /v1/sign_tasks: update a taskPUT /v1/sign_tasks/settings: update settings of a taskPATCH /v1/sign_tasks/signer: change a signer of a taskPOST /v1/sign_tasks/archive: archive a taskGET /v1/sign_tasks/archived_list: get archived task listPOST /v1/sign_tasks/unarchive: unarchive a taskPOST /v1/sign_tasks/discard: discard a taskGET /v1/sign_tasks/discarded_list: get discarded listPOST /v1/sign_tasks/restore: restore a taskPOST /v1/sign_tasks/resend: resend a taskPOST /v1/sign_tasks/save_template: save a task to a templatePOST /v1/public_forms: create a public formPUT /v1/public_forms: update a public formGET /v1/public_forms/list: get public form listGET /v1/public_forms: get a public formDELETE /v1/public_forms: delete a public formPUT /v1/public_forms/status: update a public form statusGET /v1/public_forms/download_csv: download the CSV of public formDELETE /v1/templates: delete a templatePOST /v1/templates/duplicate: duplicate a template
 
Enhancement
- Update 
GET /v1/sign_tasks/share_link:- bundle multiple tasks into one link
 
 - Update 
GuidesandAPI Referencedocumentation for ease of integration. 
