toml
iotics-grpc-client = "0.2"
Run
```bash cd api git fetch --all --tags git checkout tags/vX.X.X cd .. git add api
git commit -m "Updated api to vX.X.X" git push ```
bash
git submodule update
Should contain a summary of the changes in CHANGELOG.md under the Unreleased section.
main
bash
git push
git tag -a vX.X.X -m "vX.X.X"
git push origin vX.X.X