Skip to content

Commit d7d79ee

Browse files
chore(main): release 2.15.0 (#484)
* chore(main): release 2.15.0 * chore: update install script version
1 parent 8eaf696 commit d7d79ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [2.15.0](https://github.com/OctopusDeploy/cli/compare/v2.14.3...v2.15.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* Task wait support --progress flag to print task logs and some enhancement ([8eaf696](https://github.com/OctopusDeploy/cli/commit/8eaf6966c5699b2effd3a18a349c065fc61022d4))
9+
310
## [2.14.3](https://github.com/OctopusDeploy/cli/compare/v2.14.2...v2.14.3) (2025-02-11)
411

512

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.3}
36+
version=${VERSION:-v2.15.0}
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.3
1+
2.15.0

0 commit comments

Comments
 (0)