From eac3e4dcaf1eea4350f682cf2e32763c2d102bf3 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 19 Nov 2019 10:44:23 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7792612f..6d447437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +### 7.13.0 + +- Add support for [all tls.connect()](https://github.com/brianc/node-postgres/pull/1996) options. + ### 7.12.0 - Add support for [async password lookup](https://github.com/brianc/node-postgres/pull/1926).