Skip to content

Commit edc0eda

Browse files
committed
fix(logs) add changelogs, bump version
1 parent c7b5411 commit edc0eda

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
@@ -96,6 +96,8 @@
9696
- [v1.2.4](services/iaas/CHANGELOG.md#v124)
9797
- Bump STACKIT SDK resourcemanager module from `v0.18.1` to `v0.18.2`
9898
- `logs`:
99+
- [v0.5.0](services/logs/CHANGELOG.md#v050)
100+
- **Feature:** switch from `v1beta` version to `v1` version of the API.
99101
- [v0.4.0](services/logs/CHANGELOG.md#v040)
100102
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
101103
- [v0.3.0](services/logs/CHANGELOG.md#v030)

services/logs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0
2+
- **Feature:** switch from `v1beta` version to `v1` version of the API
3+
14
## v0.4.0
25
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
36

services/logs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.0
1+
v0.5.0

0 commit comments

Comments
 (0)