Skip to content

Commit cdef9c4

Browse files
committed
chore: bump to 1.20.1
1 parent ba52721 commit cdef9c4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## 1.20.1 - 2021-08-22
11+
12+
### Bug Fixes
13+
14+
* **idempotency:** sorting keys before hashing ([#639](https://github.com/awslabs/aws-lambda-powertools-python/issues/639))
15+
16+
### Maintenance
17+
18+
* markdown linter fixes ([#636](https://github.com/awslabs/aws-lambda-powertools-python/issues/636))
19+
* setup codespaces ([#637](https://github.com/awslabs/aws-lambda-powertools-python/issues/637))
20+
* **license:** add third party license ([#635](https://github.com/awslabs/aws-lambda-powertools-python/issues/635))
21+
1022
## 1.20.0 - 2021-08-21
1123

1224
## Bug Fixes

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.20.0"
3+
version = "1.20.1"
44
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)