Skip to content

Commit 0e44f49

Browse files
committed
add changelog entries
1 parent 19e87bd commit 0e44f49

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
66
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
77
- `stackitmarketplace`:
8+
- [v1.13.0](services/stackitmarketplace/CHANGELOG.md#v1130)
9+
- **Feature:** Add `HasDemo` field (type `*bool`) to `CatalogProductDetail` struct
810
- [v1.12.0](services/stackitmarketplace/CHANGELOG.md#v1120)
911
- **Breaking Change:** Change `Logo` field type from `*[]byte` to `*string` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
1012
- [v1.11.0](services/stackitmarketplace/CHANGELOG.md#v1110)

services/git/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v0.7.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
2+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
33

44
## v0.7.0
55
- **Feature:** Add `Sku` field to `Flavors` model

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.13.0
2+
- **Feature:** Add `HasDemo` field (type `*bool`) to `CatalogProductDetail` struct
3+
14
## v1.12.0
25
- **Breaking Change:** Change `Logo` field type from `*[]byte` to `*string` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0
1+
v1.13.0

0 commit comments

Comments
 (0)