diff --git a/CHANGELOG.md b/CHANGELOG.md index f234b9385..2c824c26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this provider will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.8.1] - 2021-12-08 +###### SDK Version: 0.5.3 + +### :rocket: Added +* Added `aws_lambda_runtimes` [#338](https://github.com/cloudquery/cq-provider-aws/pull/338). +* Added DAX and DynamoDB tables [#324](https://github.com/cloudquery/cq-provider-aws/pull/324). +* Renamed `aws_directconnect_gateways` table columns [#300](https://github.com/cloudquery/cq-provider-aws/pull/300). + - `aws_dynamodb_tables`. + - `aws_dax_clusters`. + - `aws_applicationautoscaling_policies`. + +### :gear: Changed +* Renamed in aws cloudfront `aws_cloudfront_distribution_default_cache_behavior_lambda_functions` -> `aws_cloudfront_distribution_default_cache_behavior_functions` [#336](https://github.com/cloudquery/cq-provider-aws/pull/336). + +### :spider: Fixed +* Fixed call to ListAccounts in non-org user [#337](https://github.com/cloudquery/cq-provider-aws/pull/337). + ## [v0.8.0] - 2021-12-06 ###### SDK Version: 0.5.3