From 6cc0242e2ec853ff6e60ac0658f96346c2d1578c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 6 Feb 2021 22:39:35 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f56c9af..6f125a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - [PR #762](https://github.com/rqlite/rqlite/pull/762): Convert Raft stats to numbers where possible. Fixes [issue #763](https://github.com/rqlite/rqlite/issues/763). - [PR #764](https://github.com/rqlite/rqlite/pull/764): Add total Raft directory size to Store stats. - [PR #764](https://github.com/rqlite/rqlite/pull/764): Close SQLite database only after Raft has been shut down. +- [PR #765](https://github.com/rqlite/rqlite/pull/765): Add auth-ok and auth-fail events to stats. ## 5.9.0 (January 24th 2021) ### New features