From cf745b17d6afcb80c5a2f75bcb72c51b9bd44a1a Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 14 Dec 2022 04:54:58 -0700 Subject: [PATCH] 1.30.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02282995..e703ab3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.30.1] = 2022-12-14 +### Fixed +- a8c92a0: Speed up leader/follower replication +- e60ea70: Fix field names converting to lowercase + ## [1.30.0] = 2022-11-22 ### Added - bdc80a7: Add WHERE expressions ([more info](https://tile38.com/topics/filter-expressions))