Prepare for release.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1136486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/doc/changelog.txt b/gogo/command/doc/changelog.txt
index b466ea5..743b68e 100644
--- a/gogo/command/doc/changelog.txt
+++ b/gogo/command/doc/changelog.txt
@@ -1,3 +1,14 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Bug
+    * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
+      when nothing is found
+    * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
+      the specified bundle identifier doesn't exist
+    * [FELIX-3001] - [gogo] help command throws ClassCastException if any
+      osgi.command.function service property is not String[]
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 9600673..224f862 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.8.0</version>
+      <version>0.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>