Skip to content

Commit

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

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

## [2.2.0](https://github.com/OctopusDeploy/cli/compare/v2.1.1...v2.2.0) (2024-02-23)


### Features

* **tenant:** Tenant view command support for output formatting ([#331](https://github.com/OctopusDeploy/cli/issues/331)) ([0112f1b](https://github.com/OctopusDeploy/cli/commit/0112f1b500096b364c6aeb601b1e2260c4b1474e))


### Bug Fixes

* support virtual paths during login ([#334](https://github.com/OctopusDeploy/cli/issues/334)) ([60e43f4](https://github.com/OctopusDeploy/cli/commit/60e43f4527f9cd82dccef94d6aa02f45fbc34c32))

## [2.1.1](https://github.com/OctopusDeploy/cli/compare/v2.1.0...v2.1.1) (2024-02-12)


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.1.1}
version=${VERSION:-v2.2.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.1.1
2.2.0

0 comments on commit a05f458

Please sign in to comment.