diff --git a/CHANGELOG.md b/CHANGELOG.md index 69af91c8..f9108480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.90.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0...0.90.0) (2023-11-03) + + +### Bug Fixes + +* **cloud9:** filter out invalid elements ([2004c17](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/2004c178b9b4181b82c45dc485c7a1cc2a8226f2)) +* **dynamoDB:** PointInTimeRecovery is optional ([6b9395c](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/6b9395c549a69eebab9be54f04fdb7d0bc88418d)) +* **ecsTaskDefinition:** fix keys of null error ([c9195bd](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/c9195bdadbdf1e5a25bd796a97fa7be0f009b91f)) +* **secretsManager:** get all data pages ([0f2cff4](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/0f2cff400c44d183e613aa72df362be826a19aa5)) + + +### Features + +* adding api gateway v2 services ([62eb02f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/62eb02f7d06f978f60fa631930038057a3e87d42)) + # [0.90.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.89.0...0.90.0-beta.1) (2023-11-03) diff --git a/package.json b/package.json index f9a150de..c2ca42b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/cg-provider-aws", - "version": "0.90.0-beta.1", + "version": "0.90.0", "description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.", "publishConfig": { "registry": "https://registry.npmjs.org/",