Skip to content

Commit 757e070

Browse files
chore(release): 0.35.0
# [0.35.0](0.34.1...0.35.0) (2022-11-28) ### Bug Fixes * **bigQuery:** add labels in bigQueryDataset ([357524f](357524f)) * computeProject unknown field _reportNamePrefix ([0c7560e](0c7560e)) * cve vulnerabilities remediations ([ce7dd8f](ce7dd8f)) * **service:** Fix days ago value changed for test purposes ([841458c](841458c)) ### Features * **service:** Added GCP Billing service ([3a457f9](3a457f9))
1 parent 7569d95 commit 757e070

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.35.0](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0) (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **bigQuery:** add labels in bigQueryDataset ([357524f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/357524f7865036954906419c735a8a4daf71e10c))
7+
* computeProject unknown field _reportNamePrefix ([0c7560e](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/0c7560ebe0ffa69d56635abddb5b51328cf98f35))
8+
* cve vulnerabilities remediations ([ce7dd8f](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/ce7dd8f481f2ad3d86723ccae44ceaf31b3cd9a8))
9+
* **service:** Fix days ago value changed for test purposes ([841458c](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/841458c5ff3b80958a02f5813ca5902342ac02eb))
10+
11+
12+
### Features
13+
14+
* **service:** Added GCP Billing service ([3a457f9](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/commit/3a457f9d4e0418e36214fcbd1c90e9c6d226a4b0))
15+
116
# [0.35.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-gcp/compare/0.34.1...0.35.0-beta.1) (2022-11-28)
217

318

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-gcp",
3-
"version": "0.35.0-beta.1",
3+
"version": "0.35.0",
44
"description": "CloudGraph provider plugin for GCP used to fetch GCP cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)