diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b8cb5c..781d1b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.0.2...v9.0.3) (2024-09-26) + + +### Bug Fixes + +* **auth:** use existing token to refresh if valid ([ea0524f](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/ea0524f8d76fbd05997b2e28ebd8d8eb1c584f36)) + ## [9.0.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.0.1...v9.0.2) (2024-09-26) diff --git a/riocli/bootstrap.py b/riocli/bootstrap.py index cfb5d1dd..b06b00e1 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__ = "9.0.2" +__version__ = "9.0.3" import os