Skip to content

Commit e0b4d1b

Browse files
committed
updated version and change log
1 parent dc891c6 commit e0b4d1b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Table of Contents<!-- omit in toc -->
44

55
- [Introduction](#introduction)
6+
- [2022-04-04](#2022-04-04)
67
- [2022-03-29](#2022-03-29)
78
- [2022-03-16](#2022-03-16)
89
- [2022-03-14](#2022-03-14)
@@ -23,6 +24,16 @@ All notable changes to this project will be documented in this file.
2324

2425
---
2526

27+
## 2022-04-04
28+
29+
### Changed<!-- omit in toc -->
30+
31+
- Updated the [DOWNLOAD-AND-STAGE-SOLUTIONS.md](aws_sra_examples/docs/DOWNLOAD-AND-STAGE-SOLUTIONS.md) document to change the order of the steps to have the authenticate step before deploying the staging S3 bucket.
32+
33+
### Fixed<!-- omit in toc -->
34+
35+
- Fixed all solution templates that deploy Lambda functions to include a condition that determines if the region supports Graviton (arm64) architecture.
36+
2637
## 2022-03-29
2738

2839
### Changed<!-- omit in toc -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_sra_examples"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "AWS Security Reference Architecture Examples"
55
authors = ["Amazon Web Services <no_reply@amazon.com>"]
66

0 commit comments

Comments
 (0)