diff --git a/CHANGELOG.md b/CHANGELOG.md index f61b27a75c4..2adf01e7bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.0] - 2020-12-04 + +### Added +- **Utilities**: Added Kinesis, S3, CloudWatch Logs, Application Load Balancer, and SES support in `Parser` +- **Docs**: Sidebar menu are now always expanded + +### Fixed +- **Docs**: Broken link to GitHub to homepage + ## [1.8.0] - 2020-11-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6c53461286f..735965d8cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.8.0" +version = "1.9.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[