Skip to content

Commit

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

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

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


### Features

* add create channel command ([#377](https://github.com/OctopusDeploy/cli/issues/377)) ([a35a111](https://github.com/OctopusDeploy/cli/commit/a35a111218030e81b0504f9cb887a4a5c9f9428b))
* add delete package command ([#374](https://github.com/OctopusDeploy/cli/issues/374)) ([b47061d](https://github.com/OctopusDeploy/cli/commit/b47061d26bb94319f889315bea130602cb441e38))
* add disable project command ([#370](https://github.com/OctopusDeploy/cli/issues/370)) ([b91b062](https://github.com/OctopusDeploy/cli/commit/b91b06291cfaa7b080a7a9b26843c0f3c239a1d9))
* add enable project command ([#372](https://github.com/OctopusDeploy/cli/issues/372)) ([e29c5b4](https://github.com/OctopusDeploy/cli/commit/e29c5b4f1451037b4a00a3df6b61c22f03e2416d))


### Bug Fixes

* fix command use value as it was capitalised ([#375](https://github.com/OctopusDeploy/cli/issues/375)) ([6f20227](https://github.com/OctopusDeploy/cli/commit/6f20227a79d8b2ffd808bf65c71d0584686fec3c))

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


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.5.0}
version=${VERSION:-v2.6.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.5.0
2.6.0

0 comments on commit 029e847

Please sign in to comment.