From cafe2f8af970bf9a5989a6f70f2a3cb57adc4eaf Mon Sep 17 00:00:00 2001 From: Will Leinweber Date: Fri, 12 May 2023 17:49:01 +0200 Subject: [PATCH] update changelog and contributors --- CHANGELOG | 1 + CONTRIBUTORS | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d17cacd3..11350e20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ v?.?.? upcoming * Add support for ENV vars (PGPORT, PGUSER, PGHOST, PGDATABASE, PGPASS) and pgpass files (thanks @wishdev) * timestamptz now parse into the connection's timezone if set (thanks @jgaskins) +* add `sslmode=disable` to prevent TLS negotiation (thanks @ellmetha) v0.26.0 2022-01-27 ===================== diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2fe3051b..1d5614b2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -33,3 +33,4 @@ Roger Pack Louise Grandjonc Daniel Farina John W Higgins +Morgan Aubert