From 2e2bd145cef4016e305ecf652915b83211472cf9 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 13 Jan 2025 18:06:20 -0700 Subject: [PATCH] 1.34.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4b23ba..33b334e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.34.1] = 2024-01-13 +### Security +- 927f382: CVE-2024-45338 golang.org/x/net #762 (@tduong2049) +- 07389d8: CVE-2024-45337 golang.org/x/crypto #760 + ## [1.34.0] = 2024-12-09 ### Added - 459b3e6: Added fifo support for SQS webhooks #759 (@crankycookie)