diff --git a/BranchSDK.podspec b/BranchSDK.podspec index 35ff4cca3..783a7f346 100644 --- a/BranchSDK.podspec +++ b/BranchSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BranchSDK" - s.version = "3.12.1" + s.version = "3.12.2" s.summary = "Create an HTTP URL for any piece of content in your app" s.description = <<-DESC - Want the highest possible conversions on your sharing feature? diff --git a/BranchSDK.xcodeproj/project.pbxproj b/BranchSDK.xcodeproj/project.pbxproj index 74de0d1d8..a478d1411 100644 --- a/BranchSDK.xcodeproj/project.pbxproj +++ b/BranchSDK.xcodeproj/project.pbxproj @@ -2032,7 +2032,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2067,7 +2067,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2273,7 +2273,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2312,7 +2312,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2349,7 +2349,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2384,7 +2384,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.12.1; + MARKETING_VERSION = 3.12.2; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, diff --git a/ChangeLog.md b/ChangeLog.md index 1ca7d520d..f4dc685ce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ Branch iOS SDK Change Log +v.3.12.2 +- Fixed bug where error object was not being forwarded when receiving error from service. +- Fixed bug with Advanced Compliance and Integration Validator. +- Added param 'operational_metrics' in v1/install request. v.3.12.1 - Fixed bug - SDK crashes when Meta AEM query param `al_applink_data` is empty. diff --git a/Sources/BranchSDK/BNCConfig.m b/Sources/BranchSDK/BNCConfig.m index e46c5fad0..02485c8a2 100644 --- a/Sources/BranchSDK/BNCConfig.m +++ b/Sources/BranchSDK/BNCConfig.m @@ -8,7 +8,7 @@ #include "BNCConfig.h" -NSString * const BNC_SDK_VERSION = @"3.12.1"; +NSString * const BNC_SDK_VERSION = @"3.12.2"; NSString * const BNC_LINK_URL = @"https://bnc.lt"; NSString * const BNC_CDN_URL = @"https://cdn.branch.io"; diff --git a/scripts/version.sh b/scripts/version.sh index e129af260..211cc2c66 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -30,7 +30,7 @@ Options: USAGE } -version=3.12.1 +version=3.12.2 prev_version="$version" if (( $# == 0 )); then