diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 405d05a..e262f23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,23 @@ middleware_automation.amq_streams Release Notes This changelog describes changes after version 0.0.0. +v0.0.4 +====== + +Major Changes +------------- + +- :closed_lock_with_key: Enable secured connection from Kafka Connect `#76 `_ +- :lock: Enable SSL listeners for Kafka Brokers `#70 `_ +- :memo: How to enable TLS encryption `#74 `_ +- ✅ Add test for SSL listeners with SASL authentication `#73 `_ + +Minor Changes +------------- + +- Mol all cluster `#78 `_ +- ensure required information for auth are passed `#79 `_ + v0.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f74bdc9..562adbe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -86,3 +86,32 @@ releases: - 61.yaml - 67.yaml release_date: '2023-07-26' + 0.0.4: + changes: + major_changes: + - ':closed_lock_with_key: Enable secured connection from Kafka Connect `#76 + `_ + + ' + - ':lock: Enable SSL listeners for Kafka Brokers `#70 `_ + + ' + - ':memo: How to enable TLS encryption `#74 `_ + + ' + - "\u2705 Add test for SSL listeners with SASL authentication `#73 `_\n" + minor_changes: + - 'Mol all cluster `#78 `_ + + ' + - 'ensure required information for auth are passed `#79 `_ + + ' + fragments: + - 70.yaml + - 73.yaml + - 74.yaml + - 76.yaml + - 78.yaml + - 79.yaml + release_date: '2023-08-08'