Skip to content

Commit f93d4f7

Browse files
committed
fix(rabbitmq) only mention method name in changelog
1 parent 44f2e73 commit f93d4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
121121
- `rabbitmq`:
122122
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
123-
- **Breaking change:** `InstanceParameters.SetTLSProtocols()` now accepts a slice of strings instead of a single string
123+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
124124
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
125125
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
126126
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)

services/rabbitmq/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v0.26.0
2-
- **Breaking change:** `InstanceParameters.SetTLSProtocols()` now accepts a slice of strings instead of a single string
2+
- **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string
33

44
## v0.25.6
55
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`

0 commit comments

Comments
 (0)