From 72478a5a6f4e00f68999909554f9c184215522b7 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 14 Feb 2024 21:32:23 -0700 Subject: [PATCH] 1.32.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948aa6ba..0638be4a 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.2] = 2024-02-14 +### Fixed +- #714: Fix crash when mixing z-coord dimensionality in a geometry (@prathik) +- #717: Metric expired_keys never incremented (@undeadcat) +- Updated Go runtime to 1.22 + ## [1.32.1] = 2023-11-20 ### Fixed - #711: Updated dependencies to address security vulnerabilities (@hcmf-wice)