Skip to content

Commit 3c6d75e

Browse files
committed
fix(ske) write changelog, bump version
1 parent 3bf4b26 commit 3c6d75e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
- [v0.2.2](services/sfs/CHANGELOG.md#v022)
180180
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
181181
- `ske`:
182+
- [v1.6.4](services/ske/CHANGELOG.md#v164)
183+
- **Feature:** new model `AccessScope`
184+
- **Feature:** new model `V2ControlPlaneNetwork`
185+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
182186
- [v1.6.3](services/ske/CHANGELOG.md#v163)
183187
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
184188
- [v1.6.2](services/ske/CHANGELOG.md#v162)

services/ske/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.6.4
2+
- **Feature:** new model `AccessScope`
3+
- **Feature:** new model `V2ControlPlaneNetwork`
4+
- **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network`
5+
16
## v1.6.3
27
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
38

services/ske/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.3
1+
v1.6.4

0 commit comments

Comments
 (0)