Skip to content

Commit 78862f2

Browse files
aditicodessroot
andauthored
Version 5.6.0-v2.1-25.3.01.00 release (#141)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 482a066 commit 78862f2

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.6.0] - eSignature API v2.1-25.3.01.00 - 2025-12-01
7+
### Changed
8+
- Added support for version v2.1-25.3.01.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
- Added support for jwt gem version 3.0.
11+
612
## [v5.5.0] - eSignature API v2.1-25.3.01.00 - 2025-09-29
713
### Changed
814
- Added support for version v2.1-25.3.01.00 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.5.0
33+
- **Latest SDK version**: 5.6.0
3434

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

docusign_esign.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.license = "MIT"
2727
s.required_ruby_version = ">= 1.9"
2828

29-
s.add_runtime_dependency 'jwt', '~> 2.2', '>= 2.2.1'
29+
s.add_runtime_dependency 'jwt', '>= 2.2.1'
3030
s.add_runtime_dependency 'addressable', '~> 2.7', '>= 2.7.0'
3131
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
3232
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'

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.5.0/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
38+
@user_agent = "Swagger-Codegen/v2.1/5.6.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.5.0'
13+
VERSION = '5.6.0'
1414
end

0 commit comments

Comments
 (0)