Skip to content

Commit ec8ca36

Browse files
committed
Update RC changelog and update version to 5.4.0
1 parent 64ade94 commit ec8ca36

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99

1010
## Bug Fixes / Enhancements:
1111

12+
- [Video auto restarts streaming regardless if HMI level is streamable ](https://github.com/smartdevicelink/sdl_java_suite/issues/1807)
13+
14+
- [Video Streaming Fails on Android 12 at Low Resolutions](https://github.com/smartdevicelink/sdl_java_suite/issues/1803)
15+
16+
- [sdl_java_se uses deprecated testCompile in build.gradle](https://github.com/smartdevicelink/sdl_java_suite/issues/1805)
17+
18+
- [Incorrect behavior and potential crashes in PresentAlertOperation.supportsSoftButtonImages()](https://github.com/smartdevicelink/sdl_java_suite/issues/1800)
19+
20+
- [Bugfix/rs notification issue usb](https://github.com/smartdevicelink/sdl_java_suite/pull/1797)
21+
22+
- [Attempting to Send Voice Command with No Strings Fails to Log Error](https://github.com/smartdevicelink/sdl_java_suite/issues/1798)
23+
24+
- [Fix LCM to close down properly](https://github.com/smartdevicelink/sdl_java_suite/pull/1796)
25+
1226
- [Cleanup/proposal sdl 0286 spacing](https://github.com/smartdevicelink/sdl_java_suite/pull/1782)
1327

1428
- [API Reference Docs Typos](https://github.com/smartdevicelink/sdl_java_suite/issues/1792)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
RC_5.4.0
1+
5.4.0

javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
3434
public final class BuildConfig {
35-
public static final String VERSION_NAME = "RC_5.4.0";
35+
public static final String VERSION_NAME = "5.4.0";
3636
}

0 commit comments

Comments
 (0)