Skip to content

Commit 1edb41e

Browse files
Merge pull request #1566 from smartdevicelink/hotfix/4_12_2_notes
Hotfix 4.12.2
2 parents c99be17 + 4c04b42 commit 1edb41e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# 4.12.1 Release Notes
2+
# 4.12.2 Release Notes
33

44
### Summary:
55
||Version|
@@ -9,6 +9,4 @@
99
| **Tested Targeting** | Android 29
1010

1111
## Hotfix
12-
- [Fix Issue 1465 - NPE in ManagerUtility](https://github.com/smartdevicelink/sdl_java_suite/pull/1478)
13-
- [Add check to prevent NPE in ManagerUtility class](https://github.com/smartdevicelink/sdl_java_suite/pull/1498)
14-
- [Fix Issue 1473 - Null items as head or empty lists](https://github.com/smartdevicelink/sdl_java_suite/pull/1474)
12+
- [Supporting devices with SDL 2.0.0](https://github.com/smartdevicelink/sdl_java_suite/issues/1541)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.1
1+
4.12.2

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

+1-1
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 = "4.12.1";
35+
public static final String VERSION_NAME = "4.12.2";
3636
}

0 commit comments

Comments
 (0)