We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7841f5 + 93fad02 commit 93f92a7Copy full SHA for 93f92a7
CHANGELOG.md
@@ -6,8 +6,15 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
6
7
8
9
+
10
## [Unreleased]
11
12
+## [1.15.1] - 2021-05-13
13
14
+### Fixed
15
16
+* **Logger**: Fix a regression with the `%s` operator
17
18
## [1.15.0] - 2021-05-06
19
20
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.15.0"
+version = "1.15.1"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
include = ["aws_lambda_powertools/py.typed"]
0 commit comments