From 503c2b445f76da704197860e7158bf75ce2a9ef0 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 27 Jun 2020 11:51:30 -0500 Subject: [PATCH] Release v1.6.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b151d8..25376301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.6.1 (June 27, 2020) + +* Update golang.org/x/crypto to latest +* Update golang.org/x/text to 0.3.3 +* Fix error handling for bad PGSERVICE definition +* Redact passwords in ParseConfig errors (Lukas Vogel) + # 1.6.0 (June 6, 2020) * Fix panic when closing conn during cancellable query