From 6871a0c4a607cb4e8000c62e58ac2f155e6ab29d Mon Sep 17 00:00:00 2001 From: Jack Christensen <jack@jackchristensen.com> Date: Sat, 6 Aug 2022 07:10:37 -0500 Subject: [PATCH] Add v5 testing note to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3bdaf93f..16d8f46f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ [](https://pkg.go.dev/github.com/jackc/pgx/v4) [](https://travis-ci.org/jackc/pgx) +--- + +This is the stable `v4` release. `v5` is now in beta testing with final release expected in September. See https://github.com/jackc/pgx/issues/1273 for more information. Please consider testing `v5`. + +--- # pgx - PostgreSQL Driver and Toolkit pgx is a pure Go driver and toolkit for PostgreSQL.