Prepare for release.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1136486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/shell/doc/changelog.txt b/gogo/shell/doc/changelog.txt
index 9ee5b64..0f7c8dc 100644
--- a/gogo/shell/doc/changelog.txt
+++ b/gogo/shell/doc/changelog.txt
@@ -1,3 +1,10 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Improvement
+ * Added gosh_profile work around for issue with OSGi R4.3 API
+ ambiguity.
+
Changes from 0.6.1 to 0.8.0
---------------------------
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index ff8575b..919943c 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -44,7 +44,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>
</dependencies>
<build>