diff --git a/BoxSDK.podspec b/BoxSDK.podspec
index 6fdabbcab..8d98b221f 100644
--- a/BoxSDK.podspec
+++ b/BoxSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxSDK"
- spec.version = "4.4.0"
+ spec.version = "5.0.0"
spec.summary = "Box Swift SDK"
spec.description = <<-DESC
Official Box Swift SDK.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1653bb9e8..dab965f07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ Changelog
__Breaking Changes:__
+__New Features and Enhancements:__
+
+__Bug Fixes:__
+
+## v5.0.0 [2021-10-28]
+
+__Breaking Changes:__
+
- Update PagingIterator to return pages and simplify logic ([#737](https://github.com/box/box-ios-sdk/pull/737))
- Remove insensitive language field `collaborationWhiteList` in BoxClient. Use `collaborationAllowList` instead. ([#790](https://github.com/box/box-ios-sdk/pull/790))
@@ -13,8 +21,6 @@ __New Features and Enhancements:__
- Replace insensitive event types ([#785](https://github.com/box/box-ios-sdk/pull/785))
- Add SignAPI support ([#792](https://github.com/box/box-ios-sdk/pull/792))
-__Bug Fixes:__
-
## v4.4.0 [2021-04-20]
__Breaking Changes:__
diff --git a/SampleApps/JWTSampleApp/Cartfile b/SampleApps/JWTSampleApp/Cartfile
index fd135f95f..8ed0c6350 100644
--- a/SampleApps/JWTSampleApp/Cartfile
+++ b/SampleApps/JWTSampleApp/Cartfile
@@ -1 +1 @@
-git "https://github.com/box/box-ios-sdk.git" ~> 4.0
+git "https://github.com/box/box-ios-sdk.git" ~> 5.0
diff --git a/SampleApps/OAuth2SampleApp/Cartfile b/SampleApps/OAuth2SampleApp/Cartfile
index fd135f95f..8ed0c6350 100644
--- a/SampleApps/OAuth2SampleApp/Cartfile
+++ b/SampleApps/OAuth2SampleApp/Cartfile
@@ -1 +1 @@
-git "https://github.com/box/box-ios-sdk.git" ~> 4.0
+git "https://github.com/box/box-ios-sdk.git" ~> 5.0
diff --git a/Sources/Info.plist b/Sources/Info.plist
index b3d1fb15d..a6cf6e847 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -2,12 +2,6 @@
+
+
+ SignRequestsModule
+
+ Provides management of Sign Requests
+ + See more +Swift
+public class SignRequestsModule
+
+
@@ -2298,7 +2374,8 @@ Declaration
Declaration
+
+
+ SignRequest
+
+
+
+
+ SignRequestPrefillTag
+
+ Prefill tags are used to prefill placeholders with signer input data. +Only one value field can be included.
+ + See more +Swift
+public class SignRequestPrefillTag : BoxInnerModel
+
+
+
+
+ SignRequestSignFiles
+
+ List of files that will be signed, which are copies of the original source files. +A new version of these files are created as signers sign and can be downloaded at any point in the signing process.
+ + See more +Swift
+public class SignRequestSignFiles : BoxModel
+
+
+
+
+ SignRequestSigner
+
+
+
+
+ SignRequestSignerDecision
+
+
+
+
+ SignRequestSignerInput
+
+
@@ -3424,7 +3671,8 @@ Declaration
Declaration