CHANGELOG.md in docusign_webforms-1.0.2.rc12 vs CHANGELOG.md in docusign_webforms-2.0.0.rc1
- old
+ new
@@ -1,4 +1,16 @@
+## [v2.0.0.rc1] - WebForms API v1.1.0-1.0.4 - 2024-09-24
+### Changed
+- Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
+- Updated the SDK release version.
+
+## Important Action Required
+- User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.
+
+## [v1.0.0] - WebForms API v1.1.0-1.0.2 - 2024-02-14
+## Version 1.0.0 (Initial Release)
+- Introducing the SDK based on the OpenAPI specification of DocuSign WebForms APIs.
+- This release marks the initial availability of the SDK, providing developers with the necessary tools to interact with DocuSign WebForms APIs seamlessly.
## [v1.0.2.rc12] - WebForms API v1.1.0-1.0.2 - 2024-02-09
### Breaking Changes
- **`baseUrl` Defaulting to DEMO URL:**
- The `baseUrl` now defaults to the DEMO URL if not provided. Please update your configurations accordingly.