From 25828cc3172819ab306d42d582789e685b409ef9 Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Thu, 12 Oct 2023 16:25:13 -0400 Subject: [PATCH] Update changelog for release 0.21.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf0dc1ef0..29bd2b3a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.21.4] - 2023-10-12 + +### Fixed +* Remove dead code to silence Coverity errors. (#1163) + ## [0.21.3] - 2023-09-28 ### Fixed