From 31ff74f61a1a8334f7a26cdef6118dd11ac02442 Mon Sep 17 00:00:00 2001 From: "madhushreeray@30" Date: Thu, 14 Sep 2023 18:23:19 +0530 Subject: [PATCH] Add CHANGELOG for v0.118.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3028aa111..a7d20ec81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.118.1 [2023-09-14] + +_Bug fixes_ + +- Fixed the data type of `capacity_reservation_specification` column of `aws_ec2_instance` table to be of `JSON` type instead of `STRING`. ([#1903](https://github.com/turbot/steampipe-plugin-aws/pull/1903)) + ## v0.118.0 [2023-09-07] _What's new?_