Skip to content

Commit

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

chore(main): release 0.7.1
  • Loading branch information
jbristowe authored Dec 16, 2022
2 parents d195216 + 8869d3b commit 1d5a747
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.1](https://github.com/OctopusDeploy/cli/compare/v0.7.0...v0.7.1) (2022-12-16)


### Bug Fixes

* expand tenant view output ([#174](https://github.com/OctopusDeploy/cli/issues/174)) ([7e3efce](https://github.com/OctopusDeploy/cli/commit/7e3efce9f7bc5acf8a24a906404b3c7b32209c58))
* extended release output ([#179](https://github.com/OctopusDeploy/cli/issues/179)) ([80e1200](https://github.com/OctopusDeploy/cli/commit/80e120078c807baa451b887a6e736acdbfe20dce))

## [0.7.0](https://github.com/OctopusDeploy/cli/compare/v0.6.0...v0.7.0) (2022-12-13)


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.7.0}
version=${VERSION:-v0.7.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 @@
0.7.0
0.7.1

0 comments on commit 1d5a747

Please sign in to comment.