Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
y-a-n-n committed Mar 15, 2021
1 parent 6acc6f3 commit b2a2051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ Use the [Firebase to Keycloak export/import tool](https://github.com/SmartMoveSy
## Multiple Firebase projects

Importing users from multiple Firebase projects with different hash parameters is supported. All new users created after user import will have their passwords hashed using the hash parameters defined as the [default](https://github.com/SmartMoveSystems/firebase-keycloak-importer#usage). If no hash parameter set is defined as the default, new users' passwords will be hashed using Scrypt only, as opposed to the custom [firebase-scrypt-java](https://github.com/SmartMoveSystems/firebase-scrypt-java) implementation.

## Releases

Releases are handled by GitHub Actions when a new tag is pushed to origin.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "com.smartmovesystems.keycloak.firebasescrypt"
version = "3.0.0"
version = "3.0.1"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit b2a2051

Please sign in to comment.