diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b76e2e3a3c71949c9a8061505840d5d249709713..f4383fbbb05dfc3ce0c099762b50fd695e578bd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package panda_moveit_config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.4 (2020-03-27) +------------------ +* [fix] Add time parameterization in stomp_planning_pipeline.launch (`#59 <https://github.com/ros-planning/panda_moveit_config/issues/59>`_) +* [fix] add joint_state_publisher_gui to package.xml (`#54 <https://github.com/ros-planning/panda_moveit_config/issues/54>`_) +* [fix] Add static transform publisher (`#51 <https://github.com/ros-planning/panda_moveit_config/issues/51>`_) +* [maintanence] demo_chomp.launch: reuse demo.launch (`#57 <https://github.com/ros-planning/panda_moveit_config/issues/57>`_) +* [maintanence] Define 'extended' state for 'panda_arm' group (`#47 <https://github.com/ros-planning/panda_moveit_config/issues/47>`_) +* Contributors: Mike Lautman, Robert Haschke, Sebastian Wallkötter, jsbyysheng + 0.7.3 (2019-11-21) ------------------ * cleanup warehouse settings (`#43 <https://github.com/ros-planning/panda_moveit_config/issues/43>`_) diff --git a/package.xml b/package.xml index ccb5f174173a3d7ca33311e4aa0357aa2a67a62e..e2750295056a7f4096db3402b47335f786593d33 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ <package> <name>panda_moveit_config</name> - <version>0.7.3</version> + <version>0.7.4</version> <description> An automatically generated package with all the configuration and launch files for using the panda with the MoveIt! Motion Planning Framework </description>