Skip to content

Commit

Permalink
Update Passage to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Dec 16, 2024
1 parent a4bcffc commit 4d9f208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changelog

## [1.1.0] - December 16, 2024

- Added new method `Passage#confirmResetPassword(params: PassageResetPasswordParams)` to confirm the reset password and set the Entrant account's new password.
- **[BREAKING]** Method `Passage#handlePasswordResetCode(oobCode: String)` now returns `Result<EmailAddress>`, instead of `Result<Unit>`, where `EmailAddress` is a the Entrant account's email address.
- **[BREAKING]** `PassageUniversalLink.mode` property is now an enum class `PassageUniversalLinkMode` instead of a String.

## [1.0.0] - December 4, 2024

### 🚀 Initial Release
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ProjectConfiguration {

object Passage {
const val packageName = "com.tweener.passage"
const val versionName = "1.0.0"
const val versionName = "1.1.0"
const val namespace = "$packageName.android"
const val compileSDK = 35
const val minSDK = 24
Expand Down

0 comments on commit 4d9f208

Please sign in to comment.