Skip to content

Commit

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

* chore: update install script version
  • Loading branch information
team-integrations-fnm-bot authored Sep 19, 2024
1 parent 42f2db6 commit f0125f4
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.10.1](https://github.com/OctopusDeploy/cli/compare/v2.10.0...v2.10.1) (2024-09-19)


### Bug Fixes

* include release notes and assembled date in json output after creating a release ([#410](https://github.com/OctopusDeploy/cli/issues/410)) ([42f2db6](https://github.com/OctopusDeploy/cli/commit/42f2db66e93846aebb53056b59751c0c9a938451))

## [2.10.0](https://github.com/OctopusDeploy/cli/compare/v2.9.1...v2.10.0) (2024-09-18)


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.10.0}
version=${VERSION:-v2.10.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.10.0
2.10.1

0 comments on commit f0125f4

Please sign in to comment.