Skip to content

Commit d343c64

Browse files
chore(release): version bump (#2387)
* chore(release):version bump * Update gradle.properties Co-authored-by: Richard McClellan <[email protected]> Co-authored-by: Richard McClellan <[email protected]>
1 parent f2820c4 commit d343c64

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log - AWS SDK for Android
22

3+
## [Release 2.22.3](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.22.3)
4+
5+
### Misc.
6+
- **AWSMobileClient**
7+
- Honored authenticationFlowType from config [#2377](https://github.com/aws-amplify/aws-sdk-android/pull/2377)
8+
- Initialized key value store inside mobile client constructor [#2383](https://github.com/aws-amplify/aws-sdk-android/pull/2383)
9+
- Registered sign in providers for dropInUI [#2386](https://github.com/aws-amplify/aws-sdk-android/pull/2386)
10+
11+
### Model updates
12+
- Amazon Connect
13+
314
## [Release 2.22.2](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.22.2)
415

516
### Misc.

aws-android-sdk-core/src/main/java/com/amazonaws/util/VersionInfoUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class VersionInfoUtils {
2626
private static final int DEFAULT_STRING_LENGTH = 128;
2727

2828
/** SDK version info */
29-
private static volatile String version = "2.22.2";
29+
private static volatile String version = "2.22.3";
3030
// changed build
3131
// logic
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fabric-identifier=com.amazonaws.aws-android-sdk-core
2-
fabric-version=2.22.2
2+
fabric-version=2.22.3
33
fabric-build-type=binary

aws-android-sdk-core/src/test/java/com/amazonaws/util/VersionInfoUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class VersionInfoUtilsTest {
2424

2525
@Test
2626
public void getVersion() {
27-
assertEquals("2.22.2", VersionInfoUtils.getVersion());
27+
assertEquals("2.22.3", VersionInfoUtils.getVersion());
2828
}
2929

3030
@Test

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
GROUP=com.amazonaws
28-
VERSION_NAME=2.22.2
28+
29+
VERSION_NAME=2.22.3
2930

3031
POM_URL=https://github.com/aws/aws-sdk-android
3132
POM_SCM_URL=https://github.com/aws/aws-sdk-android

0 commit comments

Comments
 (0)