From aa9761b876110ee411c5e213ba7309adeb741628 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 5 Nov 2024 16:49:42 -0500 Subject: [PATCH] bump snapshot [ci skip] --- .github/workflows/release.yml | 2 +- changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0080f4..a0d98f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} COMMANDBOX_VERSION: 6.1.0 - IMAGE_VERSION: 3.10.0 + IMAGE_VERSION: 3.10.1 run: | # Tag Builds if [[ $GITHUB_REF == refs/tags/* ]]; then diff --git a/changelog.md b/changelog.md index e1da23e..4133113 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). ---- +## [6.1.0/3.10.1] - Unreleased + ## [6.1.0/3.10.0] - 2024-11-05 ### Changed