From 3b77a24892365708bf9d766126af0e4f11c00d78 Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 10 Aug 2021 19:21:19 -0700 Subject: [PATCH] 1.25.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406a2007..6043739b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.25.2] = 2021-08-10 +### Fixed +- #620: Fixed kafka authentication methods + +### Updated +- Upgraded various dependencies + ## [1.25.1] = 2021-07-22 ### Fixed - #618: Fixed NEARBY with SPARSE returning too many results. (@nesjett)