Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Nov 20, 2024
1 parent d5393e3 commit 98bbe0e
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.12.2](https://github.com/OctopusDeploy/cli/compare/v2.12.1...v2.12.2) (2024-11-20)


### Bug Fixes

* incorrect disable tenant example ([#451](https://github.com/OctopusDeploy/cli/issues/451)) ([d5393e3](https://github.com/OctopusDeploy/cli/commit/d5393e3015a082ac438f2b28092db86bf936a279))

## [2.12.1](https://github.com/OctopusDeploy/cli/compare/v2.12.0...v2.12.1) (2024-11-20)


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

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.12.1
2.12.2

0 comments on commit 98bbe0e

Please sign in to comment.