diff --git a/.jazzy.yaml b/.jazzy.yaml index 8bbabedf..ec7904d4 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -10,4 +10,4 @@ github_url: https://github.com/ArcBlock/arcblock-ios-sdk github_file_prefix: https://github.com/ArcBlock/arcblock-ios-sdk/tree/master exclude: - ArcBlockSDK/ABSDKCoreKit/Network/ABSDKPagination.swift -module_version: 0.11.44 +module_version: 0.11.45 diff --git a/ArcBlockSDK.podspec b/ArcBlockSDK.podspec index ed3abc5d..a3956639 100644 --- a/ArcBlockSDK.podspec +++ b/ArcBlockSDK.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ArcBlockSDK' - s.version = '0.11.44' + s.version = '0.11.45' s.summary = 'Used to integrate iOS apps with ArcBlock Platform.' # This description is used to generate tags and improve search results. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb919e7..a5118d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.11.45 (May 06, 2024) + - fix CryptoSwift version + ## 0.11.44 (March 26, 2024) - change func name - add type to name function diff --git a/version b/version index 5eaaa989..d22656cc 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11.44 +0.11.45