Skip to content

Commit 2b5451a

Browse files
authored
Merge pull request #180 from docusign/release/4.0.1
Release: 4.0.1
2 parents 3f6181d + aa6de69 commit 2b5451a

File tree

5 files changed

+54
-50
lines changed

5 files changed

+54
-50
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DocuSign Native iOS SDK Changelog
22

3+
## [v4.0.1] - 04/09/2025
4+
5+
### Fixed
6+
* Conditional Logic for optional signature and initials tab now works for all cases.
7+
38
## [v4.0.0] - 03/03/2025
49

510
### Added

DocuSign.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::Spec.new do |s|
55
s.name = 'DocuSign'
6-
s.version = '4.0.0'
6+
s.version = '4.0.1'
77
s.summary = 'Docusign Native iOS Framework to sign and send in your iOS apps'
88

99
s.description = <<-DESC
@@ -29,5 +29,5 @@ Pod::Spec.new do |s|
2929
"DocuSignAPI.xcframework"]
3030
s.resource = 'DocuSignSDK.xcframework/**/DocuSignSDK.bundle'
3131
# Update the source path for new release
32-
s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/4.0.0/DocuSignCombined.zip"}
32+
s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/4.0.1/DocuSignCombined.zip"}
3333
end

LICENSE.docx

-656 KB
Binary file not shown.

0 commit comments

Comments
 (0)