diff --git a/CHANGELOG.md b/CHANGELOG.md index 1102f5a..95e75b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.2.0] - 2025-08-25 + ### Added * [PR-14](https://github.com/AGH-CEAI/robotiq_hande_description/pull/14) - Adds new parameters for the ros2_control: `frequency_hz`, `create_socat_tty`, `ip_adress` and `port`. ### Changed +* [PR-18](https://github.com/AGH-CEAI/robotiq_hande_description/pull/18) - Migration from ROS 2 Humble to ROS 2 Jazzy. * [PR-15](https://github.com/AGH-CEAI/robotiq_hande_description/pull/15) - Renamed `ip_adress` to `socat_ip_address` and `port` to `socat_port`. - * [PR-14](https://github.com/AGH-CEAI/robotiq_hande_description/pull/14) - Updated CMake version from `3.8` to `3.16`; changed ros2_control param name `tty` to `tty_port`. - -### Deprecated -### Removed -### Fixed -### Security - ## [0.1.1] - 2025-03-18 ### Fixed diff --git a/CITATION.cff b/CITATION.cff index a578d44..21b2530 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ authors: - family-names: Płachno given-names: Jakub title: "Robotiq Hand-E ROS 2 Description Package" -version: 0.1.1 +version: 0.2.0 identifiers: - type: doi value: 10.5281/zenodo.15047935 diff --git a/package.xml b/package.xml index 4676c3c..574a028 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ robotiq_hande_description - 0.1.1 + 0.2.0 Contains meshes and URDF description of the Robotiq Hand-E gripper. Maciej Aleksandrowicz Apache-2.0