From 16a897e65dd88953ee434f4f64fce1f7b95dba96 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 25 Dec 2022 14:20:38 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709536c..acd1fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.13.0 - 2022-12-25 + +- Add support for .pgpass file, GH-617 +- Request logging additions (request id, forwarded user), GH-618 +- Establish connections using bookmark ID only, GH-619 +- Display empty schemas on the sidebar, GH-621 +- Configure timeout and retries when testing connection status, GH-623 +- Setup basic prom metrics endpoint, GH-624 +- Add default connect_timeout option to connection string, GH-626 +- Add duration_ms to log entries, GH-628 +- Add query execution stats to api endpoint, GH-629 + # 0.12.0 - 2022-12-13 - Deprecate usage of Gox for binary builds, GH-571