diff --git a/rmw_implementation/CHANGELOG.rst b/rmw_implementation/CHANGELOG.rst index 20fafea..a3be31b 100644 --- a/rmw_implementation/CHANGELOG.rst +++ b/rmw_implementation/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.7 (2026-04-09) +------------------ +* Add rmw_zenoh_cpp as a build dependency (`#273 `_) (`#274 `_) +* Contributors: mergify[bot] + 3.0.6 (2025-12-23) ------------------ diff --git a/rmw_implementation/package.xml b/rmw_implementation/package.xml index 2cbaad8..b142ce8 100644 --- a/rmw_implementation/package.xml +++ b/rmw_implementation/package.xml @@ -2,7 +2,7 @@ rmw_implementation - 3.0.6 + 3.0.7 Proxy implementation of the ROS 2 Middleware Interface. William Woodall diff --git a/test_rmw_implementation/CHANGELOG.rst b/test_rmw_implementation/CHANGELOG.rst index f061f5d..4f58d49 100644 --- a/test_rmw_implementation/CHANGELOG.rst +++ b/test_rmw_implementation/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package test_rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3.0.7 (2026-04-09) +------------------ + 3.0.6 (2025-12-23) ------------------ diff --git a/test_rmw_implementation/package.xml b/test_rmw_implementation/package.xml index e994b9f..22440b2 100644 --- a/test_rmw_implementation/package.xml +++ b/test_rmw_implementation/package.xml @@ -2,7 +2,7 @@ test_rmw_implementation - 3.0.6 + 3.0.7 Test suite for ROS middleware API. William Woodall