Skip to content

Commit ef70f79

Browse files
committed
add changelog entries
1 parent d2ef178 commit ef70f79

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release (2025-XX-YY)
2+
- `cdn`: [v1.2.0](services/cdn/CHANGELOG.md#v120)
3+
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
4+
- Add `originUrlRelated` to available options given in `sort_by` description
5+
16
## Release (2025-06-16)
27
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
38
- **Feature:** Allow setting custom token endpoint url in configuration

services/cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.0
2+
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
3+
- Add `originUrlRelated` to available options given in `sort_by` description
4+
15
## v1.1.0 (2025-05-27)
26
- **Feature:** Add support for CDN Optimizer feature
37

services/cdn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v1.1.0"
6+
version = "v1.2.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)