Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Jan 24, 2025
1 parent 68ceb24 commit 2005101
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.14.2](https://github.com/OctopusDeploy/cli/compare/v2.14.1...v2.14.2) (2025-01-24)


### Bug Fixes

* issue verbose output of the octopus package nuget create ([#474](https://github.com/OctopusDeploy/cli/issues/474)) ([68ceb24](https://github.com/OctopusDeploy/cli/commit/68ceb247c5d7013240f299d0cafc07fef80a99fc))
* Use first option as default selection if don't specific by variable and add test case cover that scenario ([9e96ae5](https://github.com/OctopusDeploy/cli/commit/9e96ae5c64ff75027d1881d7f6c89fd5509c85b0))

## [2.14.1](https://github.com/OctopusDeploy/cli/compare/v2.14.0...v2.14.1) (2025-01-23)


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.1}
version=${VERSION:-v2.14.2}

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.1
2.14.2

0 comments on commit 2005101

Please sign in to comment.