[YUNIKORN-991] Update CHANGELOG and build configuration for 1.0.0.

Added a late major fix for the k8shim
diff --git a/release-top-level-artifacts/CHANGELOG b/release-top-level-artifacts/CHANGELOG
index 0e45e53..6147c49 100644
--- a/release-top-level-artifacts/CHANGELOG
+++ b/release-top-level-artifacts/CHANGELOG
@@ -120,6 +120,7 @@
     * [YUNIKORN-1178] - Nil pointer dereference during schedule recovery
     * [YUNIKORN-1179] - Logs are spammed with health check status messages
     * [YUNIKORN-1180] - JSON parse error when creating placeholders
+    * [YUNIKORN-1190] - Shim needs to account for usage of pods without app ID
 
 
 ** New Feature
@@ -174,6 +175,7 @@
     * [YUNIKORN-1141] - [Umbrella] Post graduation tasks
     * [YUNIKORN-1163] - REST API - Return history of application state transitions
     * [YUNIKORN-1172] - Make e2e tests cleanup pods faster
+    * [YUNIKORN-1189] - Release validation script should support plugin mode
 
 ** Test
     * [YUNIKORN-522] - Smoke test for dynamic queue clean up
diff --git a/tools/release-configs.json b/tools/release-configs.json
index b1bca67..98494cb 100644
--- a/tools/release-configs.json
+++ b/tools/release-configs.json
@@ -13,7 +13,7 @@
       "name": "yunikorn-k8shim",
       "alias": "k8shim",
       "description": "the scheduler shim for K8s",
-      "tag": "v1.0.0-1",
+      "tag": "v1.0.0-2",
       "repository": "https://github.com/apache/yunikorn-k8shim"
     }, {
       "name": "yunikorn-scheduler-interface",