Skip to content

Commit

Permalink
chore: add new version to supported FDIs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Oct 29, 2024
1 parent 9343642 commit eefe6c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2024-10-29

### Changes

- Added new FDI version support: 3.1, 4.0


## [0.4.1] - 2024-07-12

### Changes
Expand Down
2 changes: 1 addition & 1 deletion SuperTokensIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SuperTokensIOS'
s.version = "0.4.1"
s.version = "0.4.2"
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.
Expand Down
4 changes: 2 additions & 2 deletions SuperTokensIOS/Classes/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

internal class Version {
static let supported_fdi: [String] = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"]
static let sdkVersion = "0.4.1"
static let supported_fdi: [String] = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0", "3.1", "4.0"]
static let sdkVersion = "0.4.2"
}
4 changes: 3 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"1.18",
"1.19",
"2.0",
"3.0"
"3.0",
"3.1",
"4.0"
]
}

0 comments on commit eefe6c2

Please sign in to comment.