From d58e7ec1ae2559e86d1c498c0a98b0e7085baf1b Mon Sep 17 00:00:00 2001
From: Raphael Defosseux <raphael.defosseux@openairinterface.org>
Date: Fri, 1 Dec 2023 10:43:22 +0100
Subject: [PATCH] doc(release): prepare for v2.0.0

Signed-off-by: Raphael Defosseux <raphael.defosseux@openairinterface.org>
---
 CHANGELOG.md | 11 +++++++++++
 README.md    |  7 ++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1a116c..a7d8382 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # RELEASE NOTES: #
 
+## v2.0.0 -- December 2023 ##
+
+* Features
+  - Support YAML configuration file
+    * Yaml validation default value
+* Tech debt
+  - Moved common models to the shared common submodule
+  - Switching to clang-format-12
+  - Published image on Docker-Hub is using now Ubuntu-22 as base image
+    * Ubuntu-18 is no longer supported
+
 ## v1.5.1 -- May 2023 ##
 
 * Code Refactoring for:
diff --git a/README.md b/README.md
index f5215b7..776db6b 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,17 @@ At the moment, it contains the following network elements:
 
 * Access and Mobility Management Function (**AMF**)
 * Authentication Server Management Function (**AUSF**)
+* Location Management Function (**LMF**)
+* Network Exposure Function (**NEF**)
+* Network Slicing Selection Function (**NSSF**)
 * Network Repository Function (**NRF**)
+* Network Data Analytics Function (**NWDAF**)
+* Policy Control Function (**PCF**)
 * Session Management Function (**SMF**)
 * Unified Data Management (**UDM**)
 * Unified Data Repository (**UDR**)
+* Unstructured Data Storage Function (**UDSF**)
 * User Plane Function (**UPF**)
-* Network Slicing Selection Function (**NSSF**)
 
 Each has its own repository: this repository (`oai-cn5g-nssf`) is meant for NSSF.
 
-- 
GitLab