From d7dac4dcb306a4614b8ef962ecf510a3d7ce8584 Mon Sep 17 00:00:00 2001 From: Cody Bruno Date: Fri, 13 Oct 2023 23:42:46 -0400 Subject: [PATCH] Add CHANGELOG for v0.121.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26c557ab..40d20e5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.121.0 [2023-10-13] + +_Enhancements_ + +- Improved documentation and descriptions for the `aws_iam_role` table. ([#1940](https://github.com/turbot/steampipe-plugin-aws/pull/1940)) +- Replaced uses of `rand.Seed` with latest `rand.NewSource`. ([#1933](https://github.com/turbot/steampipe-plugin-aws/pull/1933)) + ## v0.120.2 [2023-10-04] _Bug fixes_