Skip to content

Commit 92a2daf

Browse files
chore(release): 0.87.0
# [0.87.0](0.86.1...0.87.0) (2023-04-28) ### Features * **CG-1340:** support aws ACM service ([8a28932](8a28932)) * **CG-1341:** support aws msk cluster ([696e972](696e972))
1 parent 48998dc commit 92a2daf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.87.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.86.1...0.87.0) (2023-04-28)
2+
3+
4+
### Features
5+
6+
* **CG-1340:** support aws ACM service ([8a28932](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/8a28932544e079ad45ecb0fc071cdf5f42546fc2))
7+
* **CG-1341:** support aws msk cluster ([696e972](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/696e9727182328e701335ba6fbc81813f8657c66))
8+
19
# [0.87.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.86.1...0.87.0-beta.1) (2023-04-28)
210

311

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.87.0-beta.1",
3+
"version": "0.87.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)