From d95935124a974dba03f2fa4bc7ee32e9d84ad9e9 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 23 Aug 2021 07:39:12 -0700 Subject: [PATCH] 1.25.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6043739b..a25692f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.25.3] = 2021-08-23 +### Fixed +- #621: Fixed a memory leak (@Morgiflute) + +### Updated +- Update B-tree library +- Upgrade to Go 1.17 + + ## [1.25.2] = 2021-08-10 ### Fixed - #620: Fixed kafka authentication methods