diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 867ad8fd..817d5e3c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.17.3" + ".": "2.17.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64373c1e..d1bfc88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.17.4](https://github.com/rickstaa/panda-gazebo/compare/v2.17.3...v2.17.4) (2024-02-04) + + +### Documentation + +* improve common issues documentation ([#222](https://github.com/rickstaa/panda-gazebo/issues/222)) ([4859382](https://github.com/rickstaa/panda-gazebo/commit/48593828aeffcbec04dcfe0d4d5c9a2da2ac464a)) + ## [2.17.3](https://github.com/rickstaa/panda-gazebo/compare/v2.17.2...v2.17.3) (2024-02-04) diff --git a/package.json b/package.json index b2960fcd..5cc720a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panda-gazebo", - "version": "2.17.3", + "version": "2.17.4", "description": "A package that contains all the ROS components needed for creating a Panda Emika Franka Gazebo simulation", "keywords": [ "robotics", diff --git a/panda_gazebo/package.xml b/panda_gazebo/package.xml index ee4bcff7..90355ace 100755 --- a/panda_gazebo/package.xml +++ b/panda_gazebo/package.xml @@ -1,7 +1,7 @@ panda_gazebo - 2.17.3 + 2.17.4 A package that allows you to train several ROS based robots using Gazebo. diff --git a/panda_gazebo/src/panda_gazebo/version.py b/panda_gazebo/src/panda_gazebo/version.py index 236527ff..4863ab81 100644 --- a/panda_gazebo/src/panda_gazebo/version.py +++ b/panda_gazebo/src/panda_gazebo/version.py @@ -1,3 +1,3 @@ """Stores the package version number so that it can be accessed from other modules.""" -__version__ = "2.17.3" +__version__ = "2.17.4" __version_tuple__ = __version__.split(".")