Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [Release 2.75.2](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.75.2)

### Bug Fixes
- **aws-android-sdk-auth-userpools:** Check actual password requirements in drop-in UI ([#3588](https://github.com/aws-amplify/aws-sdk-android/issues/3588))
- **misc:** Add rexml dependency ([#3594](https://github.com/aws-amplify/aws-sdk-android/issues/3594))

### Miscellaneous
- Update rexml ([#3581](https://github.com/aws-amplify/aws-sdk-android/issues/3581))
- prevent connectivity manager crash ([#3593](https://github.com/aws-amplify/aws-sdk-android/issues/3593))

[See all changes between 2.75.1 and 2.75.2](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.75.1...release_v2.75.2)

## [Release 2.75.1](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.75.1)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.enableJetifier=true

GROUP=com.amazonaws

VERSION_NAME=2.75.1
VERSION_NAME=2.75.2

POM_URL=https://github.com/aws/aws-sdk-android
POM_SCM_URL=https://github.com/aws/aws-sdk-android
Expand Down