added release notes

Change-Id: I61bd3d2a363f64aad67b47518e2c6cb4acf2c173
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 0a30d6f..d8320fd 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -67,5 +67,5 @@
         * [Installation](profiles/mcord/installation_guide.md)
         * [Developers](profiles/mcord/dev_guide.md)
         * [Troubleshooting](profiles/mcord/troubleshooting.md)
-* [Release Notes](release-notes/sd-dot-one.md)
+* [Release Notes](release-notes/satisfying-cactus.md)
 
diff --git a/docs/release-notes/satisfying-cactus.md b/docs/release-notes/satisfying-cactus.md
new file mode 100644
index 0000000..f5cb0e3
--- /dev/null
+++ b/docs/release-notes/satisfying-cactus.md
@@ -0,0 +1,59 @@
+# Release Notes: Satisfying-Cactus
+
+The Satisfying-Cactus (5.0) release includes R-CORD, E-CORD and M-CORD
+profiles. Detailed information about these profiles can be found in
+the [Service Profile Guide](../service-profiles.md). The following
+summarizes the new features.
+
+## Platform and Build System
+
+* Added support for dynamically loading new services and service profiles into
+a running system. R-CORD and E-CORD services converted to use new
+dynamic loading mechanism, but M-CORD still uses `corebuilder`.
+
+* Refactored build to isolate profile-specific information (e.g., models,
+TOSCA templates). R-CORD, M-CORD, and E-CORD converted to use
+refactoring.
+
+* Added support for logging and diagnostics. See the
+[Logging and Diagnostics](../operate/elk_stack.md) section of the
+guide for more information.
+
+* Added new scenarios to build:
+
+  * `preppedpod`: Installs a CORD POD without MaaS on pre-prepared systems,
+  which can run the R-CORD test suite.
+
+  * `controlpod`: Installs XOS and ONOS without VNF support. Runs on Ubuntu
+16.04 in preparation for updating the entire CORD platform.
+
+  * `controlkube`: Preliminary support for running XOS on Kubernetes, in preparation
+  for greater functionality in the next release.
+
+* Preliminary integration of Kubernetes into CORD (pre-alpha):
+
+  * Manages XOS containers
+
+  * Works with `controlkube` Scenario
+
+* Removed old TOSCA Engine.
+
+## Trellis
+
+* Upgraded ONOS to 1.12.0
+
+## R-CORD
+
+* Documented how to manually bring up VOLTHA in R-CORD
+
+## M-CORD
+
+* Integrated MME/HSS [Beta, undocumented]
+
+* Integrated physical eNB
+
+* Integreated ProgRAN
+
+## E-CORD
+
+* Automated Monitoring at EVC creation