Skip to content

Commit

Permalink
Merge pull request #190 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main

chore(main): release 0.9.0
  • Loading branch information
jbristowe authored Dec 22, 2022
2 parents 9bc3b6d + b48e64b commit 24be881
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

## [0.9.0](https://github.com/OctopusDeploy/cli/compare/v0.8.1...v0.9.0) (2022-12-21)


### Features

* clone tenant ([#184](https://github.com/OctopusDeploy/cli/issues/184)) ([9bc3b6d](https://github.com/OctopusDeploy/cli/commit/9bc3b6d702f69b9c2359d3cf65ade0fa241c0689))

## [0.8.1](https://github.com/OctopusDeploy/cli/compare/v0.8.0...v0.8.1) (2022-12-19)


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:-v0.8.1}
version=${VERSION:-v0.9.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 @@
0.8.1
0.9.0

0 comments on commit 24be881

Please sign in to comment.