From 0f50d92ea6ccec371da4438ca3408dee534a6757 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 16 Apr 2019 17:35:08 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda24170..1ec13017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.10.0 +- Add support for [per-query types](https://github.com/brianc/node-postgres/pull/1825). + ### 7.9.0 - Add support for [sasl/scram authentication](https://github.com/brianc/node-postgres/pull/1835).