diff --git a/OktaAuthFoundation.podspec b/OktaAuthFoundation.podspec index fdbf3ba9b..13f28a430 100644 --- a/OktaAuthFoundation.podspec +++ b/OktaAuthFoundation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OktaAuthFoundation" s.module_name = "AuthFoundation" - s.version = "1.7.1" + s.version = "1.8.0" s.summary = "Okta Authentication Foundation" s.description = <<-DESC Provides the foundation and common features used to authenticate users, managing the lifecycle and storage of tokens and credentials, and provide a base for other Okta SDKs to build upon. diff --git a/OktaDirectAuth.podspec b/OktaDirectAuth.podspec index 0aa17e78b..94de02984 100644 --- a/OktaDirectAuth.podspec +++ b/OktaDirectAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OktaDirectAuth" - s.version = "1.7.1" + s.version = "1.8.0" s.summary = "Okta Direct Authentication" s.description = <<-DESC Enables application developers to build native sign in experiences using the Okta Direct Authentication API. diff --git a/OktaOAuth2.podspec b/OktaOAuth2.podspec index 3190091c5..2f8609d51 100644 --- a/OktaOAuth2.podspec +++ b/OktaOAuth2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OktaOAuth2" - s.version = "1.7.1" + s.version = "1.8.0" s.summary = "Okta OAuth2 Authentication" s.description = <<-DESC Enables application developers to authenticate users utilizing a variety of OAuth2 authentication flows. diff --git a/OktaWebAuthenticationUI.podspec b/OktaWebAuthenticationUI.podspec index 11c0e080b..6fa65ce7e 100644 --- a/OktaWebAuthenticationUI.podspec +++ b/OktaWebAuthenticationUI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OktaWebAuthenticationUI" s.module_name = "WebAuthenticationUI" - s.version = "1.7.1" + s.version = "1.8.0" s.summary = "Okta Web Authentication UI" s.description = <<-DESC Authenticate users using web-based OIDC. diff --git a/README.md b/README.md index 7262856a5..ce78a171c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This library uses semantic versioning and follows Okta's [Library Version Policy | Version | Status | | ------- | ---------------------------------- | -| 1.7.1 | ✔️ Stable | +| 1.8.0 | ✔️ Stable | The latest release can always be found on the [releases page][github-releases]. diff --git a/Sources/AuthFoundation/Version.swift b/Sources/AuthFoundation/Version.swift index 091bae916..e7a786b7e 100644 --- a/Sources/AuthFoundation/Version.swift +++ b/Sources/AuthFoundation/Version.swift @@ -13,5 +13,5 @@ import Foundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-authfoundation-swift", version: "1.7.1") +public let Version = SDKVersion(sdk: "okta-authfoundation-swift", version: "1.8.0") // swiftlint:enable identifier_name diff --git a/Sources/OktaDirectAuth/Version.swift b/Sources/OktaDirectAuth/Version.swift index 3ebd0a772..d31992cbf 100644 --- a/Sources/OktaDirectAuth/Version.swift +++ b/Sources/OktaDirectAuth/Version.swift @@ -13,5 +13,5 @@ @_exported import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-directauth-swift", version: "1.7.1") +public let Version = SDKVersion(sdk: "okta-directauth-swift", version: "1.8.0") // swiftlint:enable identifier_name diff --git a/Sources/OktaOAuth2/Version.swift b/Sources/OktaOAuth2/Version.swift index c0d0c34b2..1591ec12f 100644 --- a/Sources/OktaOAuth2/Version.swift +++ b/Sources/OktaOAuth2/Version.swift @@ -13,5 +13,5 @@ @_exported import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-oauth2-swift", version: "1.7.1") +public let Version = SDKVersion(sdk: "okta-oauth2-swift", version: "1.8.0") // swiftlint:enable identifier_name diff --git a/Sources/WebAuthenticationUI/Version.swift b/Sources/WebAuthenticationUI/Version.swift index 73669c8c9..5484a92ce 100644 --- a/Sources/WebAuthenticationUI/Version.swift +++ b/Sources/WebAuthenticationUI/Version.swift @@ -14,5 +14,5 @@ import Foundation import AuthFoundation // swiftlint:disable identifier_name -public let Version = SDKVersion(sdk: "okta-webauthenticationui-swift", version: "1.7.1") +public let Version = SDKVersion(sdk: "okta-webauthenticationui-swift", version: "1.8.0") // swiftlint:enable identifier_name