Skip to content

Commit 983c2e9

Browse files
committed
Release version 5.16.0
1 parent f8a3e73 commit 983c2e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: main
12+
ref: 5.16.0
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 5.16.0 - 2022-09-01
99
### Changed
1010
- Upgrade AEM AWS Stack Provisioner to 5.10.0
1111

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version ?= 5.15.1-pre.0
1+
version ?= 5.16.0
22
aem_stack_manager_messenger_version = 2.14.1
33
aem_test_suite_version = 2.0.0
44
aem_helloworld_custom_stack_provisioner_version = 0.15.0

0 commit comments

Comments
 (0)