From c494fe5459f7040a1595fc0913f7f54e932a6201 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 20 Nov 2023 11:33:31 -0700 Subject: [PATCH] 1.32.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f025f7bd..948aa6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.32.1] = 2023-11-20 +### Fixed +- #711: Updated dependencies to address security vulnerabilities (@hcmf-wice) +- #706: Add support for 'none' authentication for kafka while still allowing SSL (@Kilowhisky) +- #702: Fix AWS SQS base domain parsing for China region (@LLluma) + ## [1.32.0] = 2023-07-31 ### Added - #686: Support the ROLE command (@Kilowhisky)