From 3005951575821c76c43fa06ea2a8e128c5e56517 Mon Sep 17 00:00:00 2001 From: Cody Bruno Date: Fri, 25 Oct 2024 13:20:51 -0400 Subject: [PATCH] Add CHANGELOG for v1.0.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06840b620..1f2518e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.0.1 [2024-10-25] + +_Bug fixes_ + +- Added `verification_token` column to`aws_ses_domain_identity` table which was accidentally removed in v1.0.0. + ## v1.0.0 [2024-10-22] There are no significant changes in this plugin version; it has been released to align with [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin adheres to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.