Skip to content

Commit 1ec2bff

Browse files
Merge pull request #512 from OctopusDeploy/release-please--branches--main
chore(main): release 2.15.7
2 parents 3c0f97c + 3f29807 commit 1ec2bff

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.7](https://github.com/OctopusDeploy/cli/compare/v2.15.6...v2.15.7) (2025-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Add missing title property to nuspec ([#511](https://github.com/OctopusDeploy/cli/issues/511)) ([3c0f97c](https://github.com/OctopusDeploy/cli/commit/3c0f97ce244a248e89212e988f9ee1a37f1acc3d))
9+
310
## [2.15.6](https://github.com/OctopusDeploy/cli/compare/v2.15.5...v2.15.6) (2025-03-13)
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.15.6}
36+
version=${VERSION:-v2.15.7}
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.6
1+
2.15.7

0 commit comments

Comments
 (0)