Skip to content

Commit

Permalink
chore(main): release 2.14.3 (#481)
Browse files Browse the repository at this point in the history
* chore(main): release 2.14.3

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Feb 11, 2025
1 parent 13337bf commit 2e5810b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

log "Selecting version..."

version=${VERSION:-v2.14.2}
version=${VERSION:-v2.14.3}

if [ ! $version ]; then
log "${YELLOW}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.2
2.14.3

0 comments on commit 2e5810b

Please sign in to comment.