Skip to content

Commit 8e512d1

Browse files
chore(release): 0.88.0
# [0.88.0](0.87.0...0.88.0) (2023-05-12) ### Bug Fixes * **aws:** minor change to normalize name ([07a9c02](07a9c02)) ### Features * add new regions ([d1bd407](d1bd407)) * **aws:** Added some adjustment needed for TF ([fb8b1c5](fb8b1c5))
1 parent 30bba2d commit 8e512d1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.88.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.87.0...0.88.0) (2023-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **aws:** minor change to normalize name ([07a9c02](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/07a9c027d5a0946365ebe46ac18bbae72ad7d7b9))
7+
8+
9+
### Features
10+
11+
* add new regions ([d1bd407](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/d1bd40793f018fbb95202b9e319057348fadd153))
12+
* **aws:** Added some adjustment needed for TF ([fb8b1c5](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/fb8b1c5af21999756c4c2720e9cb6fb5e60e858d))
13+
114
# [0.88.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.87.0...0.88.0-beta.1) (2023-05-12)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-aws",
3-
"version": "0.88.0-beta.1",
3+
"version": "0.88.0",
44
"description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)