From bb31bd4e779f4fc8747deaf6942bea2bc8731c77 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Wed, 5 May 2021 13:47:21 -0700 Subject: [PATCH] update new targeted minimum version --- .../next-release/service.ec2-bugfix-1616785668377831000.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/next-release/service.ec2-bugfix-1616785668377831000.json b/.changes/next-release/service.ec2-bugfix-1616785668377831000.json index 9fa74ab873a..278ad75351b 100644 --- a/.changes/next-release/service.ec2-bugfix-1616785668377831000.json +++ b/.changes/next-release/service.ec2-bugfix-1616785668377831000.json @@ -4,6 +4,6 @@ "Module": "service/ec2", "Type": "bugfix", "Description": "Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes [#1107](https://github.com/aws/aws-sdk-go-v2/issues/1107), [#1178](https://github.com/aws/aws-sdk-go-v2/issues/1178), and [#1190](https://github.com/aws/aws-sdk-go-v2/issues/1190). This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.", - "MinVersion": "v1.3.0", + "MinVersion": "v1.6.0", "AffectedModules": null }