Skip to content

Commit 578b01e

Browse files
committed
chore: bump to 1.16.1
1 parent a84d5a2 commit 578b01e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
77

88
## [Unreleased]
99

10+
## [1.16.1] - 2021-05-23
11+
12+
### Fixed
13+
14+
* **Parser**: Upgrade Pydantic to 1.8.2 due to CVE-2021-29510
15+
1016
## [1.16.0] - 2021-05-17
1117
### Features
12-
- **data-classes(API Gateway, ALB, AppSync):** New method to decode base64 encoded body ([#425](https://github.com/awslabs/aws-lambda-powertools-python/issues/425))
18+
- **data-classes(API Gateway, ALB):** New method to decode base64 encoded body ([#425](https://github.com/awslabs/aws-lambda-powertools-python/issues/425))
1319
- **data-classes(CodePipeline):** Support for CodePipeline job event and methods to handle artifacts more easily ([#416](https://github.com/awslabs/aws-lambda-powertools-python/issues/416))
1420

1521
## [1.15.1] - 2021-05-13

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.16.0"
3+
version = "1.16.1"
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)