Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Jun 26, 2024
1 parent 377ddb2 commit 9a34c3f
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

## [2.3.1](https://github.com/OctopusDeploy/cli/compare/v2.3.0...v2.3.1) (2024-06-26)


### Bug Fixes

* Add ability to escape special character when parsing variables argument ([377ddb2](https://github.com/OctopusDeploy/cli/commit/377ddb2102747914be362a496d63876e3a442c4f))

## [2.3.0](https://github.com/OctopusDeploy/cli/compare/v2.2.1...v2.3.0) (2024-05-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:-v2.3.0}
version=${VERSION:-v2.3.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 @@
2.3.0
2.3.1

0 comments on commit 9a34c3f

Please sign in to comment.