From c73ac9c884be264bb414d95a7ab82faf0ddaa9c2 Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Tue, 1 Feb 2022 00:04:53 +0100 Subject: [PATCH] Bump version to v2.3.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe0a9a..2a9b040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## 2.3.0 (1 February 2022) + +* Add support for string value for `Condition` key values ([#9](https://github.com/thinkinglabs/aws-iam-policy/issues/9)) +* Add support for string value for `Principal` type values ([#10](https://github.com/thinkinglabs/aws-iam-policy/issues/10)) + ## 2.2.0 (23 January 2022) -* Add support for `Statement` `Action` and `Resource` to have a string value instead of an array ([#7](https://github.com/thinkinglabs/aws-iam-policy/issues/7) [@danopia](https://github.com/danopia)) +* Add support for string value for `Action` and `Resource` ([#7](https://github.com/thinkinglabs/aws-iam-policy/issues/7) [@danopia](https://github.com/danopia)) ## 2.1.0 (3 June 2021) diff --git a/package.json b/package.json index f0c3bfb..ae5325c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thinkinglabs/aws-iam-policy", - "version": "2.2.0", + "version": "2.3.0", "description": "TypeScript library for handling AWS IAM Policy documents", "homepage": "https://github.com/thinkinglabs/aws-iam-policy", "repository": "git://github.com/thinkinglabs/aws-iam-policy.git",