Skip to content

Commit 2005101

Browse files
chore(main): release 2.14.2 (#475)
* chore(main): release 2.14.2 * chore: update install script version
1 parent 68ceb24 commit 2005101

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.14.2](https://github.com/OctopusDeploy/cli/compare/v2.14.1...v2.14.2) (2025-01-24)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
## [2.14.1](https://github.com/OctopusDeploy/cli/compare/v2.14.0...v2.14.1) (2025-01-23)
412

513

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
log "Selecting version..."
3535

36-
version=${VERSION:-v2.14.1}
36+
version=${VERSION:-v2.14.2}
3737

3838
if [ ! $version ]; then
3939
log "${YELLOW}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.1
1+
2.14.2

0 commit comments

Comments
 (0)