Skip to content

Commit ffbe865

Browse files
committed
add changelog
1 parent 153cd87 commit ffbe865

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
@@ -594,6 +594,11 @@
594594
- `v1alpha1api`: Align package to latest API specification
595595
- [v0.12.0](services/vpn/CHANGELOG.md#v0120)
596596
- **Feature:** Introduce enums for various attributes
597+
- [v0.13.0](services/vpn/CHANGELOG.md#v0130)
598+
- `v1api`:
599+
- **Breaking change:** `LocalAsn` is now marked as required (aligned with api) and no longer a pointer
600+
- `v1beta1api`: Align package to latest API specification
601+
- `v1alpha1api`: Align package to latest API specification
597602

598603
## Release (2026-04-07)
599604
- `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.13.0
2+
- `v1api`:
3+
- **Breaking change:** `LocalAsn` is now marked as required (aligned with api) and no longer a pointer
4+
- `v1beta1api`: Align package to latest API specification
5+
- `v1alpha1api`: Align package to latest API specification
6+
17
## v0.12.0
28
- **Feature:** Introduce enums for various attributes
39

services/vpn/VERSION

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

0 commit comments

Comments
 (0)