Skip to content

Commit

Permalink
chore(release): version bump to 2.22.5 (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphkim authored Mar 26, 2021
1 parent bb0af62 commit 2aa399b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - AWS SDK for Android

## [Release 2.22.5](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.22.5)

### Bug fixes
- **AWSMobileClient**
- Changes from v2.22.3 caused `USER_SRP_AUTH` auth flow type to be unrecognizable. The change was reverted.

## [Release 2.22.4](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.22.4)

### Bug fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class VersionInfoUtils {
private static final int DEFAULT_STRING_LENGTH = 128;

/** SDK version info */
private static volatile String version = "2.22.4";
private static volatile String version = "2.22.5";
// changed build
// logic

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fabric-identifier=com.amazonaws.aws-android-sdk-core
fabric-version=2.22.4
fabric-version=2.22.5
fabric-build-type=binary
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class VersionInfoUtilsTest {

@Test
public void getVersion() {
assertEquals("2.22.4", VersionInfoUtils.getVersion());
assertEquals("2.22.5", VersionInfoUtils.getVersion());
}

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

GROUP=com.amazonaws

VERSION_NAME=2.22.4
VERSION_NAME=2.22.5

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

0 comments on commit 2aa399b

Please sign in to comment.