Skip to content

Commit

Permalink
v3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 26, 2024
1 parent 609e570 commit 9fea2d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.0.1
COMMANDBOX_VERSION: 6.0.0
strategy:
matrix:
include:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
env:
DOCKER_IMAGE: ortussolutions/commandbox
BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }}
COMMANDBOX_VERSION: 6.0.1
IMAGE_VERSION: 3.9.7
COMMANDBOX_VERSION: 6.0.0
IMAGE_VERSION: 3.9.8
run: |
# Tag Builds
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: ortussolutions/commandbox
COMMANDBOX_VERSION: 6.0.1
COMMANDBOX_VERSION: 6.0.0
strategy:
matrix:
include:
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.0.0/3.9.8] - 2024-07-26
### Changed
* BoxLang Images to Beta 7

## [6.0.0/3.9.7] - 2024-07-24
### Changed
* BoxLang Images to Beta 6
Expand Down

0 comments on commit 9fea2d5

Please sign in to comment.