Skip to content

Commit b81bf85

Browse files
committed
fix(cdn) write changelog, bump version
1 parent ea2f004 commit b81bf85

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
- [v0.11.2](services/authorization/CHANGELOG.md#v0112)
2323
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
2424
- `cdn`:
25+
- [v1.10.0](services/cdn/CHANGELOG.md#v1100)
26+
- **Feature:** Add support for `RedirectConfig` in `Config`, `ConfigPatch` and `CreateDistributionPayload` models
27+
- new related models `RedirectConfig`, `RedirectRule`, `Matcher` and `MatchCondition`
2528
- [v1.9.4](services/cdn/CHANGELOG.md#v194)
2629
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
2730
- [v1.9.3](services/cdn/CHANGELOG.md#v193)

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.0
2+
- **Feature:** Add support for `RedirectConfig` in `Config`, `ConfigPatch` and `CreateDistributionPayload` models
3+
- new related models `RedirectConfig`, `RedirectRule`, `Matcher` and `MatchCondition`
4+
15
## v1.9.4
26
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
37

services/cdn/VERSION

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

0 commit comments

Comments
 (0)