diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d6ba52..e51759e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.0.0...v7.0.1) (2024-01-31) + + +### Bug Fixes + +* updates default service urls in api calls ([#262](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/262)) ([4ee6f43](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4ee6f435429a538453821f169a135e8c8423cffc)) + # [7.0.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v6.0.0...v7.0.0) (2024-01-31) diff --git a/riocli/bootstrap.py b/riocli/bootstrap.py index a5c03a4b..8f5367b3 100644 --- a/riocli/bootstrap.py +++ b/riocli/bootstrap.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "7.0.0" +__version__ = "7.0.1" import click import rapyuta_io.version