Update changelog in preparation of the next bug-fix release.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@943401 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/doc/changelog.txt b/ipojo/annotations/doc/changelog.txt
index 361277a..797259c 100644
--- a/ipojo/annotations/doc/changelog.txt
+++ b/ipojo/annotations/doc/changelog.txt
@@ -1,3 +1,8 @@
+Changes from the 1.6.0 to 1.6.2
+-------------------------------
+** Improvement
+ * [FELIX-2296] - Access to ServiceReference in iPOJO service.
+
Changes from the 1.4.0 to 1.6.0
-------------------------------
** Bug
diff --git a/ipojo/arch-gogo/doc/changelog.txt b/ipojo/arch-gogo/doc/changelog.txt
new file mode 100644
index 0000000..ebbeecd
--- /dev/null
+++ b/ipojo/arch-gogo/doc/changelog.txt
@@ -0,0 +1,3 @@
+Version 1.0.0
+-------------
+ * Initial release
diff --git a/ipojo/core/doc/changelog.txt b/ipojo/core/doc/changelog.txt
index 6854256..8e8567e 100644
--- a/ipojo/core/doc/changelog.txt
+++ b/ipojo/core/doc/changelog.txt
@@ -1,7 +1,17 @@
+Changes from the 1.6.0 to 1.6.2
+-------------------------------
+** Bug
+ * [FELIX-2308] - getService is called during the unregistration of a service.
+ * [FELIX-2309] - Potential NPE when a service has abruptly in the smart proxies.
+ * [FELIX-2323] - Unbind method should not be called during the invalidation process if the invalidation does not come from a service departure.
+
+** Improvement
+ * [FELIX-2296] - Access to ServiceReference in iPOJO service.
+
Changes from the 1.4.0 to 1.6.0
-------------------------------
** Bug
- * [FELIX-1533] - Potential deadlock when stopping the underlying OSGi framework
+ * [FELIX-1533] - Potential deadlock when stopping the underlying OSGi framework
* [FELIX-1965] - iPojo component is made available regardless of exception during validate
* [FELIX-2014] - Potential ClassCastException when a service property does not receive a value and is used in the constructor
* [FELIX-2019] - The Property value is 'null' in the Architecture description, while the value is well assigned to the component's field.
diff --git a/ipojo/manipulator/doc/changelog.txt b/ipojo/manipulator/doc/changelog.txt
index 18ae797..dcbfcdc 100644
--- a/ipojo/manipulator/doc/changelog.txt
+++ b/ipojo/manipulator/doc/changelog.txt
@@ -1,3 +1,8 @@
+Changes from the 1.6.0 to 1.6.2
+-------------------------------
+** Improvement
+ * [FELIX-2296] - Access to ServiceReference in iPOJO service.
+
Changes from the 1.4.2 to 1.6.0
-------------------------------
** Improvement
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index 6fbae03..e2ba07c 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.ow2.chameleon.testing</groupId>
<artifactId>tinybundles-ipojo</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.2.0</version>
<scope>test</scope>
</dependency>
<dependency>