Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
- [v1.3.4](services/postgresflex/CHANGELOG.md#v134)
- **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1`
- `rabbitmq`:
- [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260)
- **Breaking change:** `InstanceParameters.SetTLSProtocols()` now accepts a slice of strings instead of a single string
- [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256)
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1`
- [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255)
Expand Down
3 changes: 3 additions & 0 deletions services/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.26.0
- **Breaking change:** `InstanceParameters.SetTLSProtocols()` now accepts a slice of strings instead of a single string
Comment thread
GokceGK marked this conversation as resolved.
Outdated

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

Expand Down
2 changes: 1 addition & 1 deletion services/rabbitmq/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.25.6
v0.26.0
Loading
Loading