Skip to content

Commit

Permalink
chore(release): 0.90.0
Browse files Browse the repository at this point in the history
# [0.90.0](0.89.0...0.90.0) (2023-11-03)

### Bug Fixes

* **cloud9:** filter out invalid elements ([2004c17](2004c17))
* **dynamoDB:** PointInTimeRecovery is optional ([6b9395c](6b9395c))
* **ecsTaskDefinition:** fix keys of null error ([c9195bd](c9195bd))
* **secretsManager:** get all data pages ([0f2cff4](0f2cff4))

### Features

* adding api gateway v2 services ([62eb02f](62eb02f))
  • Loading branch information
autocloud-deploy-bot committed Nov 3, 2023
1 parent 8205d4c commit a1ee5fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit a1ee5fa

Please sign in to comment.