Skip to content

Commit

Permalink
release: Amplify Android 2.2.0 (#2269)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <amplify-android-dev+ghops@amazon.com>
  • Loading branch information
github-actions[bot] and amplify-android-dev+ghops committed Feb 1, 2023
1 parent 9e368fe commit 94ee563
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [Release 2.2.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.0)

### Features
- **auth:** add required hash param to cognito api calls (#2266)
- **datastore:** Add recoverability improvements (#2201)
- **auth:** Added parity test for fetchDevices,rememberDevice,forgetDevice and fetchUserAttributes (#2174)

### Bug Fixes
- **analytics:** Remove test dependencies from implementation configuration (#2253)
- **auth:** Fix Authorization header for HostedUI fetchToken when appSecret is used (#2264)

[See all changes between 2.1.1 and 2.2.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.1.1...release_v2.2.0)

## [Release 2.1.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.1.1)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.1.1'
implementation 'com.amplifyframework:aws-api:2.1.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.1.1'
implementation 'com.amplifyframework:aws-datastore:2.1.1'
implementation 'com.amplifyframework:aws-predictions:2.1.1'
implementation 'com.amplifyframework:aws-storage-s3:2.1.1'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.2.0'
implementation 'com.amplifyframework:aws-api:2.2.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.2.0'
implementation 'com.amplifyframework:aws-datastore:2.2.0'
implementation 'com.amplifyframework:aws-predictions:2.2.0'
implementation 'com.amplifyframework:aws-storage-s3:2.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

VERSION_NAME=2.1.1
VERSION_NAME=2.2.0

POM_GROUP=com.amplifyframework
POM_URL=https://github.com/aws-amplify/amplify-android
Expand Down
2 changes: 1 addition & 1 deletion rxbindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
```gradle
dependencies {
// Add this line.
implementation 'com.amplifyframework:rxbindings:2.1.1'
implementation 'com.amplifyframework:rxbindings:2.2.0'
}
```

Expand Down

0 comments on commit 94ee563

Please sign in to comment.