From f8a581aa69bfded451ff4cfcc1f568dd231a01c3 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 24 Sep 2019 15:42:28 -0700 Subject: [PATCH] fix doc --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c45b6e0..e9766e9d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [6.2.5] - 2019-09-24 +## [6.2.6] - 2019-09-24 - Fix 2 race conditions detected with TSan, one in CobraMetricsPublisher::push and another one in WebSocketTransport::sendData (that one was bad).