We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10d532 commit 7b36655Copy full SHA for 7b36655
vantage/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG - Vantage
2
3
+## 1.0.1 / 2025-05-30
4
+
5
+***Added***:
6
7
+* adds billing_read scope.
8
9
## 1.0.0 / 2022-10-12
10
11
***Added***:
vantage/assets/oauth_clients.json
@@ -3,7 +3,8 @@
"scopes": [
"usage_read",
"timeseries_query",
- "metrics_read"
+ "metrics_read",
+ "billing_read"
],
"name": "Vantage",
"client_role": "integration",
0 commit comments