Skip to content

Commit

Permalink
17.0.1: Changelog, versioning, and passkey disable (#2300)
Browse files Browse the repository at this point in the history
### Summary
This PR merges the changelog and versioning updates from 17.0.1, as well
as disables the passkey feature.
Notably, it does not remove the CredMan dependencies, as this was only
done temporarily at the request of one team for that specific release.
Future releases are meant to have CredMan included.
 
### Related PR
-
https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2295/files
  • Loading branch information
melissaahn authored Jan 29, 2024
1 parent eef7b5e commit f1d9f52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ V.Next
- [MINOR] Added support for setting no log level (#2282)
- [MINOR] Redirect to hub app in case of NAA flow (#2290)

v.17.0.1
---------
- [PATCH] Update robolectricVersion 4.11.1 (#2292)
- [PATCH] Removing CredMan (Only for 17.0.1) (#2295)

V.17.0.0
---------
- [PATCH] Add JWT header field for KDF version (#2220)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ class FidoConstants {
/**
* Used to disable passkey logic until the feature is ready.
*/
const val IS_PASSKEY_SUPPORT_READY = true
const val IS_PASSKEY_SUPPORT_READY = false
}
}
2 changes: 1 addition & 1 deletion common4j/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed May 12 20:08:39 UTC 2021
versionName=14.0.0
versionName=14.0.1
versionCode=1
latestPatchVersion=227
2 changes: 1 addition & 1 deletion versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Apr 06 22:55:08 UTC 2021
versionName=17.0.0
versionName=17.0.1
versionCode=1
latestPatchVersion=234

0 comments on commit f1d9f52

Please sign in to comment.