Skip to content

Commit 8be1d05

Browse files
committed
Release version 7.2.0
1 parent 96dbc88 commit 8be1d05

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: 7.2.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+
## [7.2.0] - 2024-06-27
88
### Added
99
- Adds tagging for snapshots from config
1010

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

886-
[Unreleased]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.1.1...HEAD
886+
[7.2.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.1.1...7.2.0
887887
[7.1.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.1.1...7.1.1
888888
[7.1.1]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.1.0...7.1.1
889889
[7.1.0]: https://github.com/shinesolutions/aem-aws-stack-provisioner/compare/7.0.4...7.1.0

Makefile

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

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)