diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 77b8301..ca8139d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/usecloudstate/cli/compare/v1.0.7...v1.0.8) (2021-10-26) + + +### Bug Fixes + +* Update install script on new release ([ad4ed5b](https://github.com/usecloudstate/cli/commit/ad4ed5b86ef25865875fd83968ee749641525f05)) + ## [1.0.7](https://github.com/usecloudstate/cli/compare/v1.0.6...v1.0.7) (2021-10-26) diff --git a/install.sh b/install.sh index 8268eb7..10c4d51 100755 --- a/install.sh +++ b/install.sh @@ -49,7 +49,7 @@ mkdir -p cloudstate/bin cd cloudstate/bin - URL="https://github.com/usecloudstate/cli/releases/download/CLI_VERSION/cloudstate-cli-\$OS-\$ARCH" + URL="https://github.com/usecloudstate/cli/releases/download/1.0.8/cloudstate-cli-\$OS-\$ARCH" echo "Installing CLI from \$URL" if [ \$(command -v curl) ]; then