Skip to content

Commit

Permalink
Merge pull request #405 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main

chore(main): release 2.9.0
  • Loading branch information
tothegills authored Sep 17, 2024
2 parents f648633 + 533054b commit 06c85ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.9.0](https://github.com/OctopusDeploy/cli/compare/v2.8.1...v2.9.0) (2024-09-17)


### Features

* print packages that get created ([#404](https://github.com/OctopusDeploy/cli/issues/404)) ([f648633](https://github.com/OctopusDeploy/cli/commit/f648633fa0a2e5f9e77244c3e66c4f17d46c5aba))

## [2.8.1](https://github.com/OctopusDeploy/cli/compare/v2.8.0...v2.8.1) (2024-09-16)


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

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.8.1
2.9.0

0 comments on commit 06c85ec

Please sign in to comment.