Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored May 31, 2024
1 parent 67f9c14 commit eb6ee72
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.3.0](https://github.com/OctopusDeploy/cli/compare/v2.2.1...v2.3.0) (2024-05-31)


### Features

* environment create ([#338](https://github.com/OctopusDeploy/cli/issues/338)) ([88d0588](https://github.com/OctopusDeploy/cli/commit/88d058876b63def96ae80a2db2893b43d8546f3c))
* runbook delete ([#341](https://github.com/OctopusDeploy/cli/issues/341)) ([2bbb1ff](https://github.com/OctopusDeploy/cli/commit/2bbb1ff6b94f77294f8b8b6eb432c326c67acb93))
* runbook snapshot list ([#340](https://github.com/OctopusDeploy/cli/issues/340)) ([43d5f2c](https://github.com/OctopusDeploy/cli/commit/43d5f2cae0fae861c49c8403f81f888f0a990e12))


### Bug Fixes

* wrong url for new infrastucture ([#351](https://github.com/OctopusDeploy/cli/issues/351)) ([67f9c14](https://github.com/OctopusDeploy/cli/commit/67f9c148c86efa0691805b8a4fa22b29bb66110f))

## [2.2.1](https://github.com/OctopusDeploy/cli/compare/v2.2.0...v2.2.1) (2024-03-07)


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.2.1}
version=${VERSION:-v2.3.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 @@
2.2.1
2.3.0

0 comments on commit eb6ee72

Please sign in to comment.