Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Nov 29, 2023
1 parent f6f3804 commit 3dbcedb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions mqtt_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package mqtt_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.0 (2023-11-29)
------------------
* Merge pull request `#35 <https://github.com/ika-rwth-aachen/mqtt_client/issues/35>`_ from mvccogo/main
Dynamic registration of topics
* Merge pull request `#36 <https://github.com/ika-rwth-aachen/mqtt_client/issues/36>`_ from ika-rwth-aachen/fix/ros1-latencies
Fix bug in ros1 latency deserialization
* Contributors: Lennart Reiher, Matheus V. C. Cogo, mvccogo

2.1.0 (2023-09-18)
------------------
* Merge pull request #31 from ika-rwth-aachen/features/ros2-component
Expand Down
2 changes: 1 addition & 1 deletion mqtt_client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">

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

<maintainer email="[email protected]">Lennart Reiher</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions mqtt_client_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package mqtt_client_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.0 (2023-11-29)
------------------
* Merge pull request `#35 <https://github.com/ika-rwth-aachen/mqtt_client/issues/35>`_ from mvccogo/main
Dynamic registration of topics
* Contributors: Lennart Reiher, Matheus V. C. Cogo, mvccogo

2.1.0 (2023-09-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion mqtt_client_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">

<name>mqtt_client_interfaces</name>
<version>2.1.0</version>
<version>2.2.0</version>
<description>Message and service definitions for mqtt_client</description>

<maintainer email="[email protected]">Lennart Reiher</maintainer>
Expand Down

0 comments on commit 3dbcedb

Please sign in to comment.