From 9b4513ff75ec16a84485e6a019f26ad04b6b699c Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 4 Mar 2024 08:40:10 -0600 Subject: [PATCH] Fix changelog and release 1.14.3 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96e2ab..519996c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ +# 1.14.3 (March 4, 2024) + +* Update golang.org/x/crypto and golang.org/x/text + # 1.14.2 (March 4, 2024) * Fix CVE-2024-27304. SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control. -* Update of github.com/jackc/pgproto3/v2 to v2.3.3 -* Bump golang.org/x/crypto from 0.6.0 to 0.17.0 # 1.14.1 (July 19, 2023)