diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dff306e..9d1cbdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} COMMANDBOX_VERSION: 6.0.0 - IMAGE_VERSION: 3.9.2 + IMAGE_VERSION: 3.9.3 run: | # Tag Builds if [[ $GITHUB_REF == refs/tags/* ]]; then diff --git a/changelog.md b/changelog.md index 656b6fa..66b7bb8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ 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). ---- +## [Unreleased] + ## [6.0.0/3.9.2] - 2024-03-28 ### Changed * `:lucee5` tags changed to match CommandBox 6 Lucee version of `5.4.4+38`