Skip to content

Commit a4fe6cc

Browse files
aditicodessroot
andauthored
Version 5.1.0-v2.1-25.1.00.02 release (#133)
Co-authored-by: root <[email protected]>
1 parent 17e6487 commit a4fe6cc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [v5.1.0] - eSignature API v2.1-25.1.00.02 - 2025-04-24
7+
### Changed
8+
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
611
## [v5.1.0.rc1] - eSignature API v2.1-25.1.00.02 - 2025-04-04
712
### Changed
813
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This client SDK is provided as open source, which enables you to customize its f
3030
<a id="versionInformation"></a>
3131
### Version Information
3232
- **API version**: v2.1
33-
- **Latest SDK version**: 5.1.0.rc1
33+
- **Latest SDK version**: 5.1.0
3434

3535
<a id="requirements"></a>
3636
## Requirements

lib/docusign_esign/client/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ApiClient
3535
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
3636
def initialize(config = Configuration.default)
3737
@config = config
38-
@user_agent = "Swagger-Codegen/v2.1/5.1.0.rc1/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
38+
@user_agent = "Swagger-Codegen/v2.1/5.1.0/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
3939
@default_headers = {
4040
'Content-Type' => "application/json",
4141
'User-Agent' => @user_agent

lib/docusign_esign/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
=end
1111

1212
module DocuSign_eSign
13-
VERSION = '5.1.0.rc1'
13+
VERSION = '5.1.0'
1414
end

0 commit comments

Comments
 (0)