Skip to content

Commit d1b3afd

Browse files
Generator: Update SDK /services/rabbitmq (#4938)
* Generate rabbitmq * fix(rabbitmq) write changelog, bump version * fix(rabbitmq) only mention method name in changelog --------- Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent 15a02de commit d1b3afd

File tree

7 files changed

+12
-1217
lines changed

7 files changed

+12
-1217
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
120120
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
121121
- `rabbitmq`:
122+
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
123+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
122124
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
123125
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
124126
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)

services/rabbitmq/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.26.0
2+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
3+
14
## v0.25.6
25
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
36

services/rabbitmq/VERSION

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

0 commit comments

Comments
 (0)