Skip to content

Commit f491896

Browse files
committed
add changelog
1 parent 520bf21 commit f491896

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
- [v0.14.0](services/observability/CHANGELOG.md#v0140)
173173
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
174174
- `vpn`:
175+
- [v0.3.0](services/vpn/CHANGELOG.md#v030)
176+
- **Breaking Change:** switch from `v1beta` version to `v1` version of the API
175177
- [v0.2.0](services/vpn/CHANGELOG.md#v020)
176178
- **Feature:** regenerate with openapi-generator v7.22.0
177179
- [v0.1.0](services/vpn/CHANGELOG.md#v010)

services/vpn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.0
2+
- **Breaking Change:** switch from `v1beta` version to `v1` version of the API
3+
14
## v0.2.0
25
- **Feature:** regenerate with openapi-generator v7.22.0
36

services/vpn/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-vpn"
3-
version = "v0.2.0"
3+
version = "v0.3.0"
44
description = "STACKIT VPN API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.9,<4.0"
@@ -107,5 +107,5 @@ inline-quotes = '"'
107107
docstring-quotes = '"""'
108108
multiline-quotes = '"""'
109109
ban-relative-imports = true
110-
# Exclude generated code
110+
# Exclude generated code
111111
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]

0 commit comments

Comments
 (0)