Skip to content

Commit

Permalink
Version 3.27.0-v2.1-23.4.02.00 release (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
asif-docusign and root authored Apr 30, 2024
1 parent b35d45e commit 457ac2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [v3.27.0] - eSignature API v2.1-23.4.02.00 - 2024-04-30
### Changed
- Updated logic to derive the `oauth_base_path` from `base_path`.
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
## [v3.27.0.rc1] - eSignature API v2.1-23.4.02.00 - 2024-03-12
### Changed
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
Expand Down
2 changes: 1 addition & 1 deletion lib/docusign_esign/client/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ApiClient
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
def initialize(config = Configuration.default)
@config = config
@user_agent = "Swagger-Codegen/v2.1/3.27.0.rc1/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
@user_agent = "Swagger-Codegen/v2.1/3.27.0/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
@default_headers = {
'Content-Type' => "application/json",
'User-Agent' => @user_agent
Expand Down
2 changes: 1 addition & 1 deletion lib/docusign_esign/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
=end

module DocuSign_eSign
VERSION = '3.27.0.rc1'
VERSION = '3.27.0'
end

0 comments on commit 457ac2a

Please sign in to comment.