add changelog; update sdcore-adapter image to 0.3.2

Change-Id: I75b0d87e68115c829a3c5cbae71697809711b783
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 8eb5e02..4439d49 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 2.0.14
+version: 2.0.15
 appVersion: v0.0.0
 keywords:
   - aether
@@ -24,7 +24,7 @@
   - name: config-model-aether-2
     condition: onos-config.models.aether.v2.enabled
     repository: "file://../config-models/aether-2.0.x"
-    version: 2.0.5
+    version: 2.0.6
   - name: config-model-aether-4
     condition: onos-config.models.aether.v4.enabled
     repository: "file://../config-models/aether-4.x"
@@ -61,7 +61,7 @@
   - name: sdcore-adapter-v2
     condition: import.sdcore-adapter.v2.enabled
     repository: "file://../sdcore-adapter-v2"
-    version: 2.0.1
+    version: 2.0.2
   - name: sdcore-adapter-v4
     condition: import.sdcore-adapter.v4.enabled
     repository: "file://../sdcore-adapter-v4"
diff --git a/config-models/aether-2.0.x/CHANGELOG.md b/config-models/aether-2.0.x/CHANGELOG.md
index c6c3b1e..12ffa7a 100644
--- a/config-models/aether-2.0.x/CHANGELOG.md
+++ b/config-models/aether-2.0.x/CHANGELOG.md
@@ -4,6 +4,40 @@
 SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 -->
 
-Changes on 1/3/2022
+Changes on 2/3/2022
 ===================
 
+* IDs updated throughout. For example `DgId` to `DeviceGroupId`. 
+  Consult aether-2.0.0.tree to get the current IDs.
+
+Changes on 1/31/2022
+====================
+
+* Traffic-Class moved out of Slice.MBR
+
+Changes on 1/27/2022
+====================
+
+* VCS renamed to Slice
+* Slice container within VCS and Template removed and MBR moved up one level
+
+Changes on 1/20/2022
+====================
+
+* PriorityTrafficRule added
+* SimCard added
+* Device Added
+* Device-Group now includes a list of Devices
+
+Changes on 1/19/2022
+====================
+
+* Application model has been moved inside of Enterprise model
+* Traffic-Class model has been moved inside of Enterprise model
+* Template model has been moved inside of Enterprise model
+* Site model has been moved inside of Enterprise model
+* UPF model has been moved inside of Site model
+* VCS model has been moved inside of Site model
+* Device-Group model has been moved inside of Site model
+* IP-Domain model has been moved inside of Site model
+* Enterprise and Site links removed throughout
diff --git a/config-models/aether-2.0.x/Chart.yaml b/config-models/aether-2.0.x/Chart.yaml
index 34d1959..26632d3 100644
--- a/config-models/aether-2.0.x/Chart.yaml
+++ b/config-models/aether-2.0.x/Chart.yaml
@@ -4,7 +4,7 @@
 
 apiVersion: v2
 name: config-model-aether-2
-version: 2.0.5
+version: 2.0.6
 kubeVersion: ">=1.18.0"
 appVersion: 2.0.0
 description: Aether config model
diff --git a/sdcore-adapter-v2/Chart.yaml b/sdcore-adapter-v2/Chart.yaml
index d73593a..973e839 100644
--- a/sdcore-adapter-v2/Chart.yaml
+++ b/sdcore-adapter-v2/Chart.yaml
@@ -6,7 +6,7 @@
 name: sdcore-adapter-v2
 kubeVersion: ">=1.17.0"
 type: application
-version: 2.0.1
+version: 2.0.2
 appVersion: v2.0.0
 description: Aether SD-Core Adapter
 keywords:
diff --git a/sdcore-adapter-v2/values.yaml b/sdcore-adapter-v2/values.yaml
index 7ae891f..0c4d739 100644
--- a/sdcore-adapter-v2/values.yaml
+++ b/sdcore-adapter-v2/values.yaml
@@ -10,7 +10,7 @@
 
 image:
   repository: onosproject/sdcore-adapter
-  tag: v0.3.1
+  tag: v0.3.2
   pullPolicy: IfNotPresent
   pullSecrets: []