diff --git a/ATTNSDKFramework.podspec b/ATTNSDKFramework.podspec index fb0309c..c02b74d 100644 --- a/ATTNSDKFramework.podspec +++ b/ATTNSDKFramework.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ATTNSDKFramework' - s.version = '1.0.0-beta.1' + s.version = '0.6.0' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results. diff --git a/CHANGELOG.md b/CHANGELOG.md index 849fea7..487ef52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,3 @@ -## [1.0.0-beta.1](https://github.com/attentive-mobile/attentive-ios-sdk/compare/0.6.0...1.0.0-beta.1) (2024-06-27) - -### Breaking Changes -* Upgraded SDK minimum deployment target from iOS 11 to iOS 14 to support new features from iOS Frameworks. - -### Feature -* Add a log level of verbose/standard/light to the SDK Config ([101](https://github.com/attentive-mobile/attentive-ios-sdk/pull/101)) ([0a40997](https://github.com/attentive-mobile/attentive-ios-sdk/commit/0a40997e62803d83731cc35d3b9c95aa5996893f)) -* Create (or update) test suite ([100](https://github.com/attentive-mobile/attentive-ios-sdk/pull/100)) ([4e562cd](https://github.com/attentive-mobile/attentive-ios-sdk/commit/4e562cd93f4e17f6f7fd3498076895ec5e8e6fa8)) -* Force show creatives on client apps for testing ([97](https://github.com/attentive-mobile/attentive-ios-sdk/pull/97)) ([1a2d81c](https://github.com/attentive-mobile/attentive-ios-sdk/commit/1a2d81cbfbb440638f5c5342225aeb58f11a236e)) -* Mobile App Domain Switching ([95](https://github.com/attentive-mobile/attentive-ios-sdk/pull/95)) ([e12028d](e12028d7892ca5fbd785e26b05dfeda4ab187024)) - ## [0.6.0](https://github.com/attentive-mobile/attentive-ios-sdk/compare/0.5.1...0.6.0) (2024-06-13) ### Breaking Changes diff --git a/README.md b/README.md index 4164f6b..e51d761 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The attentive-ios-sdk is available through [CocoaPods](https://cocoapods.org). T ```ruby target 'MyApp' do - pod 'ATTNSDKFramework', '1.0.0-beta.1' + pod 'ATTNSDKFramework', '~> 0.6' end ``` @@ -40,7 +40,7 @@ In your applications `Package.swift` file, add the attentive-ios-sdk as a depend ```swift dependencies: [ // your other app dependencies - .package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", from: "1.0.0-beta.1"), + .package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", from: "0.6.0"), ], ``` @@ -284,4 +284,4 @@ When/if the user logs back in, `identify` should be called again with the user's ## Changelog -Click [here](https://github.com/attentive-mobile/attentive-ios-sdk/blob/main/CHANGELOG.md) for a complete change log of every released version +Click [here](https://github.com/attentive-mobile/attentive-ios-sdk/blob/main/CHANGELOG.md) for a complete change log of every released version \ No newline at end of file diff --git a/Sources/ATTNConstants.swift b/Sources/ATTNConstants.swift index 6053df4..3ad804d 100644 --- a/Sources/ATTNConstants.swift +++ b/Sources/ATTNConstants.swift @@ -10,6 +10,6 @@ import Foundation struct ATTNConstants { private init() { } - static let sdkVersion = "1.0.0-beta.1" + static let sdkVersion = "0.6.0" static let skipFatigueEnvKey = "SKIP_FATIGUE_ON_CREATIVE" } diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index b7e8e23..0551468 100644 --- a/attentive-ios-sdk.podspec +++ b/attentive-ios-sdk.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'attentive-ios-sdk' - s.version = '1.0.0-beta.1' + s.version = '0.6.0' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.