diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a886a5..d1c8243a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.3](https://github.com/OctopusDeploy/cli/compare/v2.14.2...v2.14.3) (2025-02-11) + + +### Bug Fixes + +* Check runbook variable context when prompt variable ([#480](https://github.com/OctopusDeploy/cli/issues/480)) ([13337bf](https://github.com/OctopusDeploy/cli/commit/13337bf0e02694acf667d211cd8853f663d9844d)) + ## [2.14.2](https://github.com/OctopusDeploy/cli/compare/v2.14.1...v2.14.2) (2025-01-24) diff --git a/scripts/install.sh b/scripts/install.sh index bf59176a..dd948857 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.14.2} +version=${VERSION:-v2.14.3} if [ ! $version ]; then log "${YELLOW}" diff --git a/version.txt b/version.txt index 7243b12c..cf28a128 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.14.2 +2.14.3