Skip to content

Commit caa67ae

Browse files
committed
Release version 6.9.0
1 parent 0f9e9c5 commit caa67ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 6.9.0
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased]
7+
## [6.9.0] - 2023-07-26
88
### Changed
99
- Upgrade puppet-aem-curator to 3.41.0 #RS-166
1010

@@ -841,7 +841,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
841841
[#225]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/225
842842
[#236]: https://github.com/shinesolutions/aem-aws-stack-provisioner/issues/236
843843

844-
[Unreleased]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.8.1...HEAD
844+
[6.9.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.8.1...6.9.0
845845
[6.8.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.8.0...6.8.1
846846
[6.8.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.7.0...6.8.0
847847
[6.7.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/6.6.0...6.7.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version ?= 6.8.2-pre.0
1+
version ?= 6.9.0
22

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)