diff --git a/ATTNSDKFramework.podspec b/ATTNSDKFramework.podspec index a03391e..366b87a 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.5' + s.version = '1.0.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 2c9a7fc..7e723cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.0.0](https://github.com/attentive-mobile/attentive-ios-sdk/compare/0.6.0...1.0.0) (2024-07-17) + +This major release marks the transition from beta to general availability (GA) for the Attentive iOS SDK. The 1.0.0 version incorporates feedback and improvements made during the beta phases, ensuring a stable and robust SDK. + +For detailed changes and pull requests, see the individual beta release notes: +- [Beta.5](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.4...1.0.0-beta.5) (2024-07-15) +- [Beta.4](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.3...1.0.0-beta.4) (2024-07-12) +- [Beta.3](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.2...1.0.0-beta.3) (2024-07-08) +- [Beta.2](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.1...1.0.0-beta.2) (2024-06-27) +- [Beta.1](https://github.com/attentive-mobile/attentive-ios-sdk/compare/0.6.0...1.0.0-beta.1) (2024-06-27) + +Merged changes from all beta versions are now available in the main branch ([PR #106](https://github.com/attentive-mobile/attentive-ios-sdk/pull/106)). + ## [1.0.0-beta.5](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.4...1.0.0-beta.5) (2024-07-15) ### Feature diff --git a/README.md b/README.md index 8f467bb..6dad659 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.5' + pod 'ATTNSDKFramework', '1.0.0' 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.5"), + .package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", from: "1.0.0"), ], ``` diff --git a/Sources/ATTNConstants.swift b/Sources/ATTNConstants.swift index 9b6c9cf..d45f400 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.5" + static let sdkVersion = "1.0.0" static let skipFatigueEnvKey = "SKIP_FATIGUE_ON_CREATIVE" } diff --git a/attentive-ios-sdk.podspec b/attentive-ios-sdk.podspec index a0aa635..2780de6 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.5' + s.version = '1.0.0' s.summary = 'Attentive IOS SDK' # This description is used to generate tags and improve search results.