From 98d8d8a8e03876797db5e7f597c077c176ef5c45 Mon Sep 17 00:00:00 2001 From: jeromew Date: Tue, 19 Mar 2019 08:54:53 +0000 Subject: [PATCH] Stubs new version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b09ba1..05558d4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ Since this isn't a module with tons of installs and dependent modules I hope we ### version 2.x - published YYYY-MM-DD +### version 2.1.0 - published 2019-03-19 + * Change README to stop using the pg pool singleton (removed after pg 7.0) * Do not register copy-to.pushBufferIfNeeded on the instance itself (avoid dangling method on the object) * Fix copy-to test wrt intermittent unhandled promise bug