Skip to content

Commit

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

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

## [2.0.0](https://github.com/OctopusDeploy/cli/compare/v1.7.1...v2.0.0) (2024-01-04)


### ⚠ BREAKING CHANGES

* bug where lists weren't parsing correctly when names contain a comma ([#306](https://github.com/OctopusDeploy/cli/issues/306))

### Features

* account azure-oidc create ([#296](https://github.com/OctopusDeploy/cli/issues/296)) ([554d171](https://github.com/OctopusDeploy/cli/commit/554d17154c980caae90f52f047696321dd6dd6d3))


### Bug Fixes

* bug where lists weren't parsing correctly when names contain a comma ([#306](https://github.com/OctopusDeploy/cli/issues/306)) ([09e1cc3](https://github.com/OctopusDeploy/cli/commit/09e1cc3093cacefc22c8c15631e2b011d9eaaec9))

## [1.7.1](https://github.com/OctopusDeploy/cli/compare/v1.7.0...v1.7.1) (2023-10-31)


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:-v1.7.1}
version=${VERSION:-v2.0.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 @@
1.7.1
2.0.0

0 comments on commit 15076a7

Please sign in to comment.