From 7c5d801f058d3a2c41650f9643f2873a10d98964 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 29 Jun 2019 14:13:10 -0500 Subject: [PATCH] Add v4 prerelease notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6499ba4..b7051f65 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ if err != nil { } ``` +## v4 Coming Soon + +This is the current stable v3 version. v4 is currently is in prelease status. Consider using [v4](https://github.com/jackc/pgx/tree/v4) for new development or test upgrading existing applications. + ## Features pgx supports many additional features beyond what is available through database/sql.