Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Jul 11, 2024
1 parent c1631da commit a17d66f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.5.0](https://github.com/OctopusDeploy/cli/compare/v2.4.0...v2.5.0) (2024-07-11)


### Features

* add bulk delete build information command ([#369](https://github.com/OctopusDeploy/cli/issues/369)) ([c1631da](https://github.com/OctopusDeploy/cli/commit/c1631da60d8a224e068fda8904f186c940b36f33))
* add delete build information command ([#368](https://github.com/OctopusDeploy/cli/issues/368)) ([8e66095](https://github.com/OctopusDeploy/cli/commit/8e660954673b3fe8991abfe9082520de1b4b1857))
* add list build information command ([#366](https://github.com/OctopusDeploy/cli/issues/366)) ([0a17e9f](https://github.com/OctopusDeploy/cli/commit/0a17e9f6b04fc36ad9a297db4959c951053a201c))
* add upload build info command ([#364](https://github.com/OctopusDeploy/cli/issues/364)) ([189beb4](https://github.com/OctopusDeploy/cli/commit/189beb474c7a01d3d539a51bd13d998d9520022e))
* add view build information command ([#367](https://github.com/OctopusDeploy/cli/issues/367)) ([e56c4cc](https://github.com/OctopusDeploy/cli/commit/e56c4ccad63e4edab598a4a9b416e451cfa69819))

## [2.4.0](https://github.com/OctopusDeploy/cli/compare/v2.3.1...v2.4.0) (2024-06-30)


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.4.0}
version=${VERSION:-v2.5.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.4.0
2.5.0

0 comments on commit a17d66f

Please sign in to comment.