Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Feb 12, 2024
1 parent f755841 commit 0f722b4
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.1.1](https://github.com/OctopusDeploy/cli/compare/v2.1.0...v2.1.1) (2024-02-12)


### Bug Fixes

* remove requirement for server config on package create commands ([#323](https://github.com/OctopusDeploy/cli/issues/323)) ([f755841](https://github.com/OctopusDeploy/cli/commit/f75584156b04bec28d41def60360e5953acce0a6))

## [2.1.0](https://github.com/OctopusDeploy/cli/compare/v2.0.0...v2.1.0) (2024-01-08)


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

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.0
2.1.1

0 comments on commit 0f722b4

Please sign in to comment.