Skip to content

Commit 1c510b4

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1890
1 parent af19b24 commit 1c510b4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- **Internal:** Improve deserializing and error types
77
- `certificates`: [v1.0.2](services/certificates/CHANGELOG.md#v102)
88
- **Internal:** Improve deserializing and error types
9+
- `lbapplication`: [v0.3.4](services/lbapplication/CHANGELOG.md#v034)
10+
- **Internal:** Improve deserializing and error types
911
- `kms`:
1012
- [v0.0.6](services/kms/CHANGELOG.md#v006)
1113
- **Internal:** Improve deserializing and error types

services/lbapplication/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.4
2+
- **Internal:** Improve deserializing and error types
3+
14
## v0.3.3 (2025-06-02)
25
- **Deprecated:** Changed deprecation message of `GetQuotaResponse` and `RESTResponseType`
36

services/lbapplication/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-lbapplication"
6-
version = "v0.3.3"
6+
version = "v0.3.4"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)