diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 629f130..ec5e218 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} COMMANDBOX_VERSION: 5.9.1 - IMAGE_VERSION: 3.8.1 + IMAGE_VERSION: 3.8.2 run: | # Tag Builds if [[ $GITHUB_REF == refs/tags/* ]]; then diff --git a/changelog.md b/changelog.md index 310769b..f22880c 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +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). ---- +## [Unreleased] ## [5.9.1/3.8.1] - 2023-09-29 ### Changed * Lucee 5 Ortus ORM extension updated to 6.3.1