Skip to content

Commit 132d1de

Browse files
committed
fix(loadbalancer) write changelog + version
1 parent 9dfc14b commit 132d1de

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
- `alb`: [v0.3.0](services/alb/CHANGELOG.md#v030)
33
- **Feature:** Add fields `usedCredentials` and `usedLoadbalancers` to `GetQuotaResponse`
44
- **Improvement:** Support additional properties in models
5-
- `loadbalancer`: [v0.2.0](services/loadbalancer/CHANGELOG.md#v020)
6-
- **Feature:** Add fields `maxCredentials`, `usedCredentials` and `usedLoadbalancers` to model `GetQuotaResponse`
7-
- **Improvement:** Support additional properties in models
5+
- `loadbalancer`:
6+
- [v0.2.1](services/loadbalancer/CHANGELOG.md#v021)
7+
- Bump dependency `org.apache.commons:commons-lang3` to `3.18.0`
8+
- Bump dependency `org.openapitools:jackson-databind-nullable` to `0.2.8`
9+
- [v0.2.0](services/loadbalancer/CHANGELOG.md#v020)
10+
- **Feature:** Add fields `maxCredentials`, `usedCredentials` and `usedLoadbalancers` to model `GetQuotaResponse`
11+
- **Improvement:** Support additional properties in models
812
- `objectstorage`: [v0.1.2](services/objectstorage/CHANGELOG.md#v012)
913
- **Improvement:** Support additional properties in models
1014
- `resourcemanager`: [v0.4.2](services/resourcemanager/CHANGELOG.md#v042)

services/loadbalancer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1
2+
- Bump dependency `org.apache.commons:commons-lang3` to `3.18.0`
3+
- Bump dependency `org.openapitools:jackson-databind-nullable` to `0.2.8`
4+
15
## v0.2.0
26
- **Feature:** Add fields `maxCredentials`, `usedCredentials` and `usedLoadbalancers` to model `GetQuotaResponse`
37
- **Improvement:** Support additional properties in models

services/loadbalancer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)