Skip to content

Commit

Permalink
release: 2.22.6 (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmcclellan authored Apr 8, 2021
1 parent b783ffa commit 7b04ded
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log - AWS SDK for Android

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

### Bug fixes
- Updated Service name for Lex runtime

### Model updates
- Amazon Comprehend
- Amazon Kinesis Video Streams Archived Media
- Amazon Lex
- Amazon Location Service
- Amazon Transcribe
- AWS Machine Learning
- AWS IoT

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

### 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.5";
private static volatile String version = "2.22.6";
// 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.5
fabric-version=2.22.6
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.5", VersionInfoUtils.getVersion());
assertEquals("2.22.6", 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.5
VERSION_NAME=2.22.6

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 7b04ded

Please sign in to comment.