diff --git a/ChangeLog.md b/ChangeLog.md
index 139f611..afce9a0 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,8 @@
+## 0.3.0 (2020-01-31)
+
+* Publish camera temperature (Thanks @dustingooding of Houston Mechatronics)
+* Tested on Eloquent
+
## 0.2.0 (2019-06-26)
* Provided an implementation of the `Dump` service
diff --git a/README.md b/README.md
index 9b82970..0751243 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,11 @@ Software Compatibility Matrix
0.12.0, 0.13.0 |
Dashing |
+
+ 0.3.0 |
+ 0.17.0 |
+ Dashing, Eloquent |
+
Building and Installing the Software
@@ -45,11 +50,13 @@ the following ROS packages:
- cv_bridge
- vision_opencv
- launch_testing
+- launch_testing_ament_cmake
-On debian based systems they may be installed as follows:
+On debian based systems they may be installed as follows (replacing `eloquent`
+with your target ROS2 disto)
```
$ sudo apt install ros-eloquent-cv-bridge ros-eloquent-vision-opencv \
- ros-eloquent-launch-testing
+ ros-eloquent-launch-testing ros-eloquent-launch-testing-ament-cmake
```
### Building from source
diff --git a/package.xml b/package.xml
index 7179ed5..4d36182 100644
--- a/package.xml
+++ b/package.xml
@@ -3,10 +3,10 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
ifm3d_ros2
- 0.2.0
+ 0.3.0
ifm pmd-based ToF Camera ROS2 package
Tom Panzarella
- Tom Panzarella
+ Sean Kelly
Apache 2.0
ament_cmake_auto