From a3b5db776fdcdfa503cd2e22b4daa0f8a8e1440a Mon Sep 17 00:00:00 2001 From: tidwall Date: Sun, 29 Sep 2024 17:48:33 -0700 Subject: [PATCH] 1.33.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e04f3e..31844b46 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.33.3] = 2024-09-29 +### Fixed +- 2b080f4: Include field to INFO replication command output #752 (@Kilowhisky) + ## [1.33.2] = 2024-08-02 ### Fixed - 2e3eaa7: Remove extra quote in ROLE command with JSON output #749 (@Kilowhisky)