Skip to content

Commit 3b574b8

Browse files
chore(main): release 2.16.0 (#515)
* chore(main): release 2.16.0 * chore: update install script version
1 parent d7b7330 commit 3b574b8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [2.16.0](https://github.com/OctopusDeploy/cli/compare/v2.15.7...v2.16.0) (2025-05-02)
4+
5+
6+
### Features
7+
8+
* runbook snapshot create ([#514](https://github.com/OctopusDeploy/cli/issues/514)) ([d7b7330](https://github.com/OctopusDeploy/cli/commit/d7b7330e1f241e7d8468154fb19b7817b1ea767c))
9+
* runbook snapshot publish ([d7b7330](https://github.com/OctopusDeploy/cli/commit/d7b7330e1f241e7d8468154fb19b7817b1ea767c))
10+
* show the published runbook snapshot when listing ([d7b7330](https://github.com/OctopusDeploy/cli/commit/d7b7330e1f241e7d8468154fb19b7817b1ea767c))
11+
312
## [2.15.7](https://github.com/OctopusDeploy/cli/compare/v2.15.6...v2.15.7) (2025-04-14)
413

514

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.15.7}
36+
version=${VERSION:-v2.16.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.15.7
1+
2.16.0

0 commit comments

Comments
 (0)