Skip to content

Commit e744857

Browse files
committed
fix(rabbitmq) write changelog, bump version
1 parent 528a3c1 commit e744857

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Set fields `description` to optional in for `Key`, `KeyRing` and `WrappingKey`
1111
- `logs`: [v0.2.0](services/logs/CHANGELOG.md#v020)
1212
- **Feature:** Switch from `v1beta` version to `v1` version of the API.
13+
- `rabbitmq`: [v0.4.0](services/rabbitmq/CHANGELOG.md#v040)
14+
- **Breaking Change:** `tls_protocols` on `instance_parameters` is now a list of strings instead of a single string
1315
- `sfs`: [v0.2.0](services/sfs/CHANGELOG.md#v020)
1416
- **Feature:** Switch from `v1beta` API version to `v1` version.
1517
- **Breaking change:** Remove `ListSnapshotSchedules` method

services/rabbitmq/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Breaking Change:** `tls_protocols` on `instance_parameters` is now a list of strings instead of a single string
3+
14
## v0.3.0
25
- **Version**: Minimal version is now python 3.9
36

services/rabbitmq/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-rabbitmq"
33

44
[tool.poetry]
55
name = "stackit-rabbitmq"
6-
version = "v0.3.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)