From 32a47ba90c80a2083807894a2387b2b5abc99972 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Wed, 13 Sep 2023 16:45:26 +0530 Subject: [PATCH 1/2] Update FDI version --- CHANGELOG.md | 4 ++++ SuperTokensIOS.podspec | 2 +- SuperTokensIOS/Classes/Version.swift | 4 ++-- frontendDriverInterfaceSupported.json | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a383a0d..5ace353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5] - 2023-09-13 + +- Adds 1.18 to the list of supported FDI versions + ## [0.2.4] - 2023-07-31 - Updates supported FDI versions to include diff --git a/SuperTokensIOS.podspec b/SuperTokensIOS.podspec index 8591a9f..213ab25 100644 --- a/SuperTokensIOS.podspec +++ b/SuperTokensIOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SuperTokensIOS' - s.version = "0.2.4" + s.version = "0.2.5" s.summary = 'SuperTokens SDK for using login and session management functionality in iOS apps' # This description is used to generate tags and improve search results. diff --git a/SuperTokensIOS/Classes/Version.swift b/SuperTokensIOS/Classes/Version.swift index 17e4ca7..9b8a050 100644 --- a/SuperTokensIOS/Classes/Version.swift +++ b/SuperTokensIOS/Classes/Version.swift @@ -8,6 +8,6 @@ import Foundation internal class Version { - static let supported_fdi: [String] = ["1.16", "1.17"] - static let sdkVersion = "0.2.4" + static let supported_fdi: [String] = ["1.16", "1.17", "1.18"] + static let sdkVersion = "0.2.5" } diff --git a/frontendDriverInterfaceSupported.json b/frontendDriverInterfaceSupported.json index b2e0e63..b5bed4b 100644 --- a/frontendDriverInterfaceSupported.json +++ b/frontendDriverInterfaceSupported.json @@ -2,6 +2,7 @@ "_comment": "contains a list of frontend-backend interface versions that this package supports", "versions": [ "1.16", - "1.17" + "1.17", + "1.18" ] } \ No newline at end of file From 2cddf462a3ec68aba9394a79cb365547463a8b01 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Thu, 14 Sep 2023 14:30:05 +0530 Subject: [PATCH 2/2] Update package version --- SuperTokensIOS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperTokensIOS.podspec b/SuperTokensIOS.podspec index 213ab25..1cd1d70 100644 --- a/SuperTokensIOS.podspec +++ b/SuperTokensIOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SuperTokensIOS' - s.version = "0.2.5" + s.version = "0.2.6" s.summary = 'SuperTokens SDK for using login and session management functionality in iOS apps' # This description is used to generate tags and improve search results.