Skip to content

Commit 44a933e

Browse files
committed
Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 2258228 commit 44a933e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@
3737
- Bump dependency `org.openapitools:jackson-databind-nullable` to `0.2.8`
3838
- [v0.1.2](services/serverupdate/CHANGELOG.md#v012)
3939
- **Improvement:** Support additional properties in models
40-
- `sfs`: [v0.1.0](services/sfs/CHANGELOG.md#v010)
41-
- Initial onboarding of STACKIT Java SDK for STACKIT File Storage (SFS) service
40+
- `sfs`:
41+
- [v0.2.0](services/sfs/CHANGELOG.md#v020)
42+
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
43+
- [v0.1.0](services/sfs/CHANGELOG.md#v010)
44+
- Initial onboarding of STACKIT Java SDK for STACKIT File Storage (SFS) service
4245

4346
## Release (2026-01-27)
4447
- `core`: [v0.4.1](core/CHANGELOG.md/#v041)

services/sfs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.2.0
2+
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
3+
14
## v0.1.0
25
- Initial onboarding of STACKIT Java SDK for STACKIT File Storage (SFS) service

services/sfs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)