Skip to content

Commit dceb044

Browse files
committed
chore: bump to 1.13.0
1 parent 8c20b7a commit dceb044

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
88

99
## [Unreleased]
1010

11+
## [1.13.0] - 2021-03-23
12+
13+
### Added
14+
15+
* **Data Classes**: New S3 Object Lambda event
16+
17+
### Fixed
18+
19+
* **Docs**: Lambda Layer SAM template reference example
20+
1121
## [1.12.0] - 2021-03-17
1222

1323
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)