Skip to content

Commit 06d09a7

Browse files
committed
chore: bump version to 1.9.0
1 parent b82ea7a commit 06d09a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.9.0] - 2020-12-04
10+
11+
### Added
12+
- **Utilities**: Added Kinesis, S3, CloudWatch Logs, Application Load Balancer, and SES support in `Parser`
13+
- **Docs**: Sidebar menu are now always expanded
14+
15+
### Fixed
16+
- **Docs**: Broken link to GitHub to homepage
17+
918
## [1.8.0] - 2020-11-20
1019

1120
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.8.0"
3+
version = "1.9.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)