From 5be471ae138305d422a87012756756decc0b9c81 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 9 Dec 2024 18:18:29 -0700 Subject: [PATCH] 1.34.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64180c0c..fb4b23ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.34.0] = 2024-12-09 +### Added +- 459b3e6: Added fifo support for SQS webhooks #759 (@crankycookie) + +### Updated +- bed590b: Upgrade to Alpine 3.20 #757 (@tduong2049) +- 2b09508: Upgrade to Go 1.23 + ## [1.33.4] = 2024-11-05 ### Fixed - aa1caa6: Use zero for undefined fields in where expressions #754 (@unendingblue)