From 2134cc920f709fa6aae0596167749e3d4faae8aa Mon Sep 17 00:00:00 2001 From: jclausen Date: Fri, 5 Jul 2024 12:00:07 -0400 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 6efc002..934becc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} COMMANDBOX_VERSION: 6.0.0 - IMAGE_VERSION: 3.9.6 + IMAGE_VERSION: 3.9.7 run: | # Tag Builds if [[ $GITHUB_REF == refs/tags/* ]]; then diff --git a/changelog.md b/changelog.md index eeb7d12..bd700ef 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.6] - 2024-07-05 ### Changed * BoxLang Images to Beta 4