Prepare for release.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1136486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/doc/changelog.txt b/gogo/runtime/doc/changelog.txt
index 6e06728..68ddf20 100644
--- a/gogo/runtime/doc/changelog.txt
+++ b/gogo/runtime/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes 0.8.0 to 0.10.0
+----------------------
+
+** Bug
+ * [FELIX-2870] - ConcurrentModificationException in gogo runtime
+ * [FELIX-2894] - Gogo does not handles options but not parameters
+ * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead
+ of foo(int) - even with explicit int argument
+
Changes 0.6.1 to 0.8.0
----------------------
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 341c46c..184d1a1 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Gogo Runtime</name>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>