Skip to content

Commit

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

## [Unreleased]

## [0.5.3] - 2024-10-29

### Changes

- Added new FDI version as supported

## [0.5.2] - 2024-07-12

### Changes
Expand Down Expand Up @@ -111,4 +117,4 @@ The `shouldDoInterceptionBasedOnUrl` function now returns true:

### Features

- Added support for General Errors when calling sign out
- Added support for General Errors when calling sign out
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
def publishVersionID = "0.5.2"
def publishVersionID = "0.5.3"

android {
compileSdkVersion 32
Expand Down
6 changes: 4 additions & 2 deletions 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 2cb75fa

Please sign in to comment.