Skip to content

Commit

Permalink
chore(main): release 2.7.0 (#384)
Browse files Browse the repository at this point in the history
* chore(main): release 2.7.0

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Jul 30, 2024
1 parent ccb6df6 commit 512a8ac
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.7.0](https://github.com/OctopusDeploy/cli/compare/v2.6.0...v2.7.0) (2024-07-30)


### Features

* add commands to manage release progression ([#382](https://github.com/OctopusDeploy/cli/issues/382)) ([ccb6df6](https://github.com/OctopusDeploy/cli/commit/ccb6df63f5b8b460008ef623e3a46d6c306d6b35))

## [2.6.0](https://github.com/OctopusDeploy/cli/compare/v2.5.0...v2.6.0) (2024-07-15)


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

0 comments on commit 512a8ac

Please sign in to comment.