Skip to content

Commit e1adede

Browse files
committed
add changelog
1 parent 68556f6 commit e1adede

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
- `CreateDistributionPayload`
137137
- `certificates`:
138138
- [v1.5.0](services/certificates/CHANGELOG.md#v150)
139-
- **Feature:** Add new optional attribute `labels` to `CreateCertificatePayload` and `GetCertificateResponse
139+
- **Feature:** Add new optional attribute `labels` to `CreateCertificatePayload` and `GetCertificateResponse`
140140
- [v1.4.0](services/certificates/CHANGELOG.md#v140)
141141
- **Feature:** regenerate with openapi-generator v7.22.0
142142
- [v1.3.1](services/certificates/CHANGELOG.md#v131)
@@ -175,6 +175,8 @@
175175
- [v0.14.0](services/observability/CHANGELOG.md#v0140)
176176
- **Feature:** Add attribute `otlp_http_logs_url` to `InstanceSensitiveData` model class
177177
- `vpn`:
178+
- [v0.4.0](services/vpn/CHANGELOG.md#v040)
179+
- **Feature:** Add new optional attribute `labels` to `CreateGatewayConnectionPayload` and `UpdateGatewayConnectionPayload`
178180
- [v0.3.0](services/vpn/CHANGELOG.md#v030)
179181
- **Breaking Change:** switch from `v1beta` version to `v1` version of the API
180182
- [v0.2.0](services/vpn/CHANGELOG.md#v020)

services/vpn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Feature:** Add new optional attribute `labels` to `CreateGatewayConnectionPayload` and `UpdateGatewayConnectionPayload`
3+
14
## v0.3.0
25
- **Breaking Change:** switch from `v1beta` version to `v1` version of the API
36

services/vpn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-vpn"
3-
version = "v0.3.0"
3+
version = "v0.4.0"
44
description = "STACKIT VPN API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)