summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>2020-11-18 14:33:23 -0500
committerGitHub <noreply@github.com>2020-11-18 14:33:23 -0500
commit1edb41e44137219befab6d84663b945ae17708d7 (patch)
tree3c8fc80e2ab1b5ebae294761f6e19e3249f6fc74
parentc99be17635004d37eaf4361493cfd4cd40670a9a (diff)
parent4c04b421fad6e52775f4cb8f0127ee350110b913 (diff)
downloadsdl_android-release/4.12.tar.gz
Merge pull request #1566 from smartdevicelink/hotfix/4_12_2_notes4.12.2release/4.12
Hotfix 4.12.2
-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