We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674d8d1 commit 5f2e2b1Copy full SHA for 5f2e2b1
2 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
## Release (2025-XX-YY)
2
-- `core`: v0.2.0 (2025-06-12)[v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
+- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
3
- **Feature:** Allow setting custom token endpoint url in configuration
4
- `loadbalanccer`: [v0.3.0](services/loadbalancer/CHANGELOG.md#v030-2025-06-10)
5
- **Feature:** Add new field `target_security_group` in `LoadBalancer` Model
core/pyproject.toml
@@ -3,7 +3,7 @@ name = "stackit-core"
[tool.poetry]
name = "stackit-core"
6
-version = "v0.1.0"
+version = "v0.2.0"
7
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
8
description = "Core functionality for the STACKIT SDK for Python"
9
readme = "README.md"
0 commit comments