Skip to content

Commit

Permalink
Release v1.2.0 (#5)
Browse files Browse the repository at this point in the history
* Release v1.2.0

* fix changelog formatting.
  • Loading branch information
dmbuck32 authored Feb 14, 2023
1 parent a38f832 commit d167fbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package mqtt_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2023-02-15)
------------------
* Merge pull request #1 from oxin-ros/feat/aws-tls-support
- Adds support for ALPN protocol names, which is used by AWS IoT Core.
- Adds support for GCC < 9 by using `https://github.com/gulrak/filesystem` to add support for std::filesystem API.
- Adds support for YAML array parameter loading.
* Merge pull request #2 from oxin-ros/fix/paho-mqtt-cpp-rosdep-melodic
- Fixes the catkin build for ROS Melodic.
* Merge pull request #3 from oxin-ros/feat/add-mqtt-prefix
- Adds support for specifying a common MQTT topic prefix across all the MQTT topics.
* Merge pull request #4 from oxin-ros/feat/add-json-support
- Adds support for json_msgs::Json types through a primitive MQTT topic.
* Contributors: David B.

1.1.0 (2022-10-13)
------------------
* Merge pull request #6 from ika-rwth-aachen/feature/primitive-msgs
Expand Down
2 changes: 1 addition & 1 deletion 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>1.1.0</version>
<version>1.2.0</version>
<description>Provides a nodelet that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down

0 comments on commit d167fbc

Please sign in to comment.