diff --git a/CHANGELOG.md b/CHANGELOG.md index bc072c7..913dc98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.0.0-alpha.5](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2022-05-26) + + +### Features + +* **networkAcl:** add networkAcl service ([3665d1e](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3665d1e14782040d601152a252bd889e64fdef98)) +* **securityGroup:** add security group service ([5be1232](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/5be123281dca7d37e29e91617f03ece3b6a2b07c)) +* **securityGroupRule:** add securityGroupRule service ([c436eb8](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c436eb8a15269f6738527a415421638f22e95193)) + # [1.0.0-alpha.4](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2022-05-24) diff --git a/package.json b/package.json index f7bc101..a8bb70d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/cg-provider-tencent", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "CloudGraph provider plugin for Tencent Cloud used to fetch Tencent Cloud data.", "publishConfig": { "registry": "https://registry.npmjs.org/",