Skip to content

Commit

Permalink
Release v1.2.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbuck32 authored Feb 15, 2023
1 parent 9e2bc8c commit 7d0c97d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package mqtt_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2023-02-16)
------------------
* Merge pull request #6 from oxin-ros/feat/add-support-for-utf8-decoding
- Adds support for bistream types based on utf-8 encoding of MQTT message payload.
* Contributors: David B.

1.2.0 (2023-02-15)
------------------
* Merge pull request #1 from oxin-ros/feat/aws-tls-support
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.2.0</version>
<version>1.2.1</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 7d0c97d

Please sign in to comment.