Skip to content

Commit 41824b1

Browse files
chore: bump version to 1.3.0 (#122)
* chore: bump version to 1.3.0 * improv: make change more descriptive Co-authored-by: Heitor Lessa <[email protected]>
1 parent 9c78458 commit 41824b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2020-08-21
10+
### Added
11+
- **Utilities**: Add new `parameters` utility to retrieve a single or multiple parameters from SSM Parameter Store, Secrets Manager, DynamoDB, or your very own
12+
913
## [1.2.0] - 2020-08-20
1014
### Added
1115
- **Tracer**: capture_method decorator now supports generator functions (including context managers)

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.2.0"
3+
version = "1.3.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
classifiers=[

0 commit comments

Comments
 (0)