A1 v2.1.0

* Represents a resillent version of 2.0.0 that uses Redis for persistence
* Now relies on SDL and dbaas; SDL is the python interface library to dbaas
* Adds a 503 http code to nearly all http methods, as A1 now depends on an upstream system
* Integration tests have a copy of a dbaas helm chart, however the goal is to simplify that deployment per RIC-45
* Unit tests have a mockup of SDL, however again the goal is to simplify as SDL grows per RIC-44

Change-Id: I703a60788c98dc81218dbe5275fb3899635ec26d
Signed-off-by: Tommy Carpenter <tc677g@att.com>
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 785d2f4..1d2b82d 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -14,12 +14,17 @@
    :depth: 3
    :local:
 
-[x.x.x] - TBD
--------------
+[2.1.0] - 1/8/2020
+------------------
 
 ::
 
-    * Represents a resillent version of x.x.x that uses Redis for persistence
+    * Represents a resillent version of 2.0.0 that uses Redis for persistence
+    * Now relies on SDL and dbaas; SDL is the python interface library to dbaas
+    * Adds a 503 http code to nearly all http methods, as A1 now depends on an upstream system
+    * Integration tests have a copy of a dbaas helm chart, however the goal is to simplify that deployment per https://jira.o-ran-sc.org/browse/RIC-45
+    * Unit tests have a mockup of SDL, however again the goal is to simplify as SDL grows per https://jira.o-ran-sc.org/browse/RIC-44
+
 
 
 [2.0.0] - 12/9/2019