From c9fd0f17b95f561af2fe63c724d5965ffcd9fd44 Mon Sep 17 00:00:00 2001 From: Yingrong Zhao <22300958+VinozzZ@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:53:03 -0500 Subject: [PATCH] maint: prepare for release v11.3.0 (#155) ## Which problem is this PR solving? - prepare for release v11.3.0 ## Short description of the changes - update CHANGELOGS.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9e6da..1acacbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Honeycomb Lambda Extension Changelog +## v11.3.0 - 2025-02-19 + +This release fixes a security vulnerability from standard library in go 1.19. + +### Fixes + +- fix: bump go version to 1.22 (#154) | [@Yingrong Zhao](https://github.com/VinozzZ) + +### Maintenance + +- maint(deps): bump github.com/honeycombio/libhoney-go from 1.24.0 to 1.25.0 (#153) | @dependabot +- maint(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#152) | @dependabot +- maint(deps): bump github.com/honeycombio/libhoney-go from 1.23.1 to 1.24.0 (#151) | @dependabot + ## v11.2.0 - 2024-11-05 ### Fixes