diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bac80e7..abcbdee 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_IMAGE: ortussolutions/commandbox - COMMANDBOX_VERSION: 6.1.0-rc + COMMANDBOX_VERSION: 6.1.0 strategy: matrix: include: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8430e21..b0080f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: env: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} - COMMANDBOX_VERSION: 6.1.0-rc + COMMANDBOX_VERSION: 6.1.0 IMAGE_VERSION: 3.10.0 run: | # Tag Builds diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 625a077..e9823b4 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_IMAGE: ortussolutions/commandbox - COMMANDBOX_VERSION: 6.1.0-rc + COMMANDBOX_VERSION: 6.1.0 strategy: matrix: include: diff --git a/changelog.md b/changelog.md index 2be9d35..e1da23e 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ---- -## [6.1.0/3.10.0] - Unreleased +## [6.1.0/3.10.0] - 2024-11-05 ### Changed * CommandBox Binary to v6.1.0