From 86132529837695d967677e2802549c9bcb5a28cf Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Wed, 31 May 2023 13:39:10 -0700 Subject: [PATCH 1/2] chore: update changelog for v2.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffef082d7..a213a6695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.1.0](https://github.com/aws-actions/configure-aws-credentials/compare/v2.0.0...v2.1.0) (2023-05-31) + +### Features +* `role-chaining` prop enables role chaining use case + ## [2.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v1.7.0...v2.0.0) (2023-03-06) ### Features From 4eb6be9808a7326579ee5c10b087ea9df4a29ce1 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Wed, 31 May 2023 14:40:41 -0700 Subject: [PATCH 2/2] chore: update changelog for v2.1.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a213a6695..c6f6f2ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file. See [standa ## [2.1.0](https://github.com/aws-actions/configure-aws-credentials/compare/v2.0.0...v2.1.0) (2023-05-31) ### Features -* `role-chaining` prop enables role chaining use case +* `role-chaining` prop enables role chaining use case ([6fbd316](https://github.com/aws-actions/configure-aws-credentials/commit/6fbd316fd15f52c3d9f68e7aa06eae4f5699a518)) ## [2.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v1.7.0...v2.0.0) (2023-03-06) ### Features -* Version bump to use Node 16 by default. +* Version bump to use Node 16 by default. ## [1.7.0](https://github.com/aws-actions/configure-aws-credentials/compare/v1.6.1...v1.7.0) (2022-08-03)