Skip to content

Commit 3dbcedb

Browse files
committed
v2.2.0
1 parent f6f3804 commit 3dbcedb

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

mqtt_client/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package mqtt_client
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.2.0 (2023-11-29)
6+
------------------
7+
* Merge pull request `#35 <https://github.com/ika-rwth-aachen/mqtt_client/issues/35>`_ from mvccogo/main
8+
Dynamic registration of topics
9+
* Merge pull request `#36 <https://github.com/ika-rwth-aachen/mqtt_client/issues/36>`_ from ika-rwth-aachen/fix/ros1-latencies
10+
Fix bug in ros1 latency deserialization
11+
* Contributors: Lennart Reiher, Matheus V. C. Cogo, mvccogo
12+
513
2.1.0 (2023-09-18)
614
------------------
715
* Merge pull request #31 from ika-rwth-aachen/features/ros2-component

mqtt_client/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="3">
33

44
<name>mqtt_client</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol.</description>
77

88
<maintainer email="lennart.reiher@rwth-aachen.de">Lennart Reiher</maintainer>

mqtt_client_interfaces/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package mqtt_client_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.2.0 (2023-11-29)
6+
------------------
7+
* Merge pull request `#35 <https://github.com/ika-rwth-aachen/mqtt_client/issues/35>`_ from mvccogo/main
8+
Dynamic registration of topics
9+
* Contributors: Lennart Reiher, Matheus V. C. Cogo, mvccogo
10+
511
2.1.0 (2023-09-18)
612
------------------
713

mqtt_client_interfaces/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="3">
33

44
<name>mqtt_client_interfaces</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>Message and service definitions for mqtt_client</description>
77

88
<maintainer email="lennart.reiher@rwth-aachen.de">Lennart Reiher</maintainer>

0 commit comments

Comments
 (0)