From 6e52e3a7eb49266b5c91d31debf44d2038892ebf Mon Sep 17 00:00:00 2001 From: tidwall Date: Thu, 22 Jul 2021 08:43:58 -0700 Subject: [PATCH] 1.25.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64a917b..406a2007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.25.1] = 2021-07-22 +### Fixed +- #618: Fixed NEARBY with SPARSE returning too many results. (@nesjett) + ## [1.25.0] = 2021-07-12 ### Added - #504: Added TLS support for Nats webhook provider.