From 3dd1f61bd6ffee8741aa139b8f371fdd57e54098 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Mar 2021 13:53:57 +0100 Subject: [PATCH] Drop PostgreSQL 9.6 support Due to a migration bug, drop PostgreSQL 9.6 support The official support will end in November --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a4d282a..d8fa4069f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### IMPORTANT NOTES + * **Important:** Drop PostgreSQL 9.6 support * **Important:** Deprecate NodeJS 10 * Support NodeJS 14 and 15 * Remove ES5 module support (breaks compatibility with web browsers we didn't support)