Skip to content

Commit 1bab032

Browse files
committed
add changelog
1 parent f3d2f83 commit 1bab032

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,11 @@
509509
- **Breaking change:** Switch from regional to global API server URL. `config.WithRegion(...)` should not be used during client initialization anymore.
510510
- `v1beta1api`: Align package to latest API specification
511511
- `v1alpha1api`: Align package to latest API specification
512+
- [v0.10.0](services/vpn/CHANGELOG.md#v0100)
513+
- `v1api`:
514+
- **Feature:** Add `InternalNextHopIP` field to `VPNTunnels` model
515+
- `v1beta1api`: Align package to latest API specification
516+
- `v1alpha1api`: Align package to latest API specification
512517

513518
## Release (2026-04-07)
514519
- `alb`: [v0.13.1](services/alb/CHANGELOG.md#v0131)

services/vpn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.0
2+
- `v1api`:
3+
- **Feature:** Add `InternalNextHopIP` field to `VPNTunnels` model
4+
- `v1beta1api`: Align package to latest API specification
5+
- `v1alpha1api`: Align package to latest API specification
6+
17
## v0.9.0
28
- `v1api`:
39
- **Breaking change:** Switch from regional to global API server URL. `config.WithRegion(...)` should not be used during client initialization anymore.

services/vpn/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0
1+
v0.10.0

0 commit comments

Comments
 (0)