We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828807a commit c75056eCopy full SHA for c75056e
2 files changed
CHANGELOG.md
@@ -3,6 +3,11 @@
3
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
4
5
6
+## [v3.0.0] - Admin API v2.1-1.4.1 - 2024-10-28
7
+### Changed
8
+- Added support for version v2.1-1.4.1 of the DocuSign Admin API.
9
+- Updated the SDK release version.
10
+
11
## [v3.0.0-rc3] - Admin API v2.1-1.4.1 - 2024-10-22
12
### Changed
13
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docusign-admin",
- "version": "3.0.0-rc3",
+ "version": "3.0.0",
"description": "The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.",
"license": "MIT",
"main": "src/index.js",
0 commit comments