summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--javaSE/src/main/java/com/smartdevicelink/BuildConfig.java2
3 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d181b5ef..678421740 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-# 4.12.1 Release Notes
+# 4.12.2 Release Notes
### Summary:
||Version|
@@ -9,6 +9,4 @@
| **Tested Targeting** | Android 29
## Hotfix
-- [Fix Issue 1465 - NPE in ManagerUtility](https://github.com/smartdevicelink/sdl_java_suite/pull/1478)
-- [Add check to prevent NPE in ManagerUtility class](https://github.com/smartdevicelink/sdl_java_suite/pull/1498)
-- [Fix Issue 1473 - Null items as head or empty lists](https://github.com/smartdevicelink/sdl_java_suite/pull/1474)
+- [Supporting devices with SDL 2.0.0](https://github.com/smartdevicelink/sdl_java_suite/issues/1541) \ No newline at end of file
diff --git a/VERSION b/VERSION
index 2efddba74..ea64bf689 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.12.1 \ No newline at end of file
+4.12.2 \ No newline at end of file
diff --git a/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java b/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
index 2996a2c54..affd3ba87 100644
--- a/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
+++ b/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
@@ -32,5 +32,5 @@ package com.smartdevicelink;
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
public final class BuildConfig {
- public static final String VERSION_NAME = "4.12.1";
+ public static final String VERSION_NAME = "4.12.2";
} \ No newline at end of file