Skip to content

Commit 10c8730

Browse files
chore(main): release 2.11.0 (#436)
1 parent 8559b9a commit 10c8730

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.11.0](https://github.com/OctopusDeploy/cli/compare/v2.10.4...v2.11.0) (2024-10-30)
4+
5+
6+
### Features
7+
8+
* Add support for fixed package versions in release creation ([#435](https://github.com/OctopusDeploy/cli/issues/435)) ([8559b9a](https://github.com/OctopusDeploy/cli/commit/8559b9a6dbff9ae37aefda99e7d342671f4d0a16))
9+
310
## [2.10.3](https://github.com/OctopusDeploy/cli/compare/v2.10.2...v2.10.3) (2024-10-11)
411

512

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
log "Selecting version..."
3535

36-
version=${VERSION:-v2.10.3}
36+
version=${VERSION:-v2.11.0}
3737

3838
if [ ! $version ]; then
3939
log "${YELLOW}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.3
1+
2.11.0

0 commit comments

Comments
 (0)