Update changelog and framework version for release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1204241 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/doc/changelog.txt b/framework.security/doc/changelog.txt
index d662bc4..70edc21 100644
--- a/framework.security/doc/changelog.txt
+++ b/framework.security/doc/changelog.txt
@@ -1,3 +1,10 @@
+Changes from 2.0.0 to 2.0.1
+---------------------------
+
+** Bug
+    * [FELIX-3196] - Security Problem: Getting full file access within the cache directory from one Bundle
+    * [FELIX-3221] - NPE when uninstall a bundle on enabled OSGi security
+
 Changes from 1.4.2 to 2.0.0
 ---------------------------
 ** Bug
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index a24db01..f968b9b 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>4.0.0</version>
+      <version>4.0.2</version>
     </dependency>
   </dependencies>
   <build>