Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Jan 25, 2023
1 parent adccfd9 commit e481b01
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://github.com/OctopusDeploy/cli/compare/v1.0.0...v1.1.0) (2023-01-25)


### Features

* project variables create ([#198](https://github.com/OctopusDeploy/cli/issues/198)) ([faa3b4c](https://github.com/OctopusDeploy/cli/commit/faa3b4c46dad0167859d3e053dec9229832b9159))
* project variables delete ([faa3b4c](https://github.com/OctopusDeploy/cli/commit/faa3b4c46dad0167859d3e053dec9229832b9159))
* project variables list ([faa3b4c](https://github.com/OctopusDeploy/cli/commit/faa3b4c46dad0167859d3e053dec9229832b9159))
* project variables update ([faa3b4c](https://github.com/OctopusDeploy/cli/commit/faa3b4c46dad0167859d3e053dec9229832b9159))
* project variables view ([faa3b4c](https://github.com/OctopusDeploy/cli/commit/faa3b4c46dad0167859d3e053dec9229832b9159))


### Bug Fixes

* empty list errors ([#208](https://github.com/OctopusDeploy/cli/issues/208)) ([74cbfe2](https://github.com/OctopusDeploy/cli/commit/74cbfe2c98c2ce26153fe4c8521b0292c076acb7))
* link convert options to create when in non-interactive mode ([#213](https://github.com/OctopusDeploy/cli/issues/213)) ([adccfd9](https://github.com/OctopusDeploy/cli/commit/adccfd9f19ae8be0332f05d067f536f89cef4e91))

## [1.0.0](https://github.com/OctopusDeploy/cli/compare/v0.10.2...v1.0.0) (2023-01-05)


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.0.0}
version=${VERSION:-v1.1.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.0.0
1.1.0

0 comments on commit e481b01

Please sign in to comment.