Skip to content

Commit 93fad02

Browse files
committed
chore: bump to 1.15.1
1 parent b77d7a3 commit 93fad02

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

77

88

9+
910
## [Unreleased]
1011

12+
## [1.15.1] - 2021-05-13
13+
14+
### Fixed
15+
16+
* **Logger**: Fix a regression with the `%s` operator
17+
1118
## [1.15.0] - 2021-05-06
1219

1320
### Added

Diff for: 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.15.0"
3+
version = "1.15.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)