Skip to content

Commit 5f2e2b1

Browse files
committed
fix changelog and pyproject version
1 parent 674d8d1 commit 5f2e2b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Release (2025-XX-YY)
2-
- `core`: v0.2.0 (2025-06-12)[v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
2+
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
33
- **Feature:** Allow setting custom token endpoint url in configuration
44
- `loadbalanccer`: [v0.3.0](services/loadbalancer/CHANGELOG.md#v030-2025-06-10)
55
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model

core/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-core"
6-
version = "v0.1.0"
6+
version = "v0.2.0"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "Core functionality for the STACKIT SDK for Python"
99
readme = "README.md"

0 commit comments

Comments
 (0)