From d405dcef6bbe3791c6a9ae5eed30bb256f549639 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:56:58 -0600 Subject: [PATCH] rel: prep v1.10.0 release (#350) ## Which problem is this PR solving? - prepare v1.10.0 release ## Short description of the changes - Updates changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922b3f4..2ba9b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Honeytail Changelog +## 1.10.0 + +### ⚠️ Breaking Changes ⚠️ + +Minimum Go version required is 1.19 + +### Maintenance + +- maint(deps): bump the minor-patch group across 1 directory with 2 updates (#349) | @(49699333+dependabot[bot]@users.noreply.github.com) +- maint: bump dependencies (#348) | @TylerHelmuth +- docs: update vulnerability reporting process (#346) | @robbkidd +- maint: add labels to release.yml for auto-generated grouping (#342) | @JamieDanielson +- maint(deps): bump the minor-patch group with 4 updates (#341) | @(49699333+dependabot[bot]@users.noreply.github.com) +- maint: group dependencies (#340) | @codeboten +- maint(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#335) | @(49699333+dependabot[bot]@users.noreply.github.com) +- maint(deps): bump github.com/honeycombio/dynsampler-go from 0.5.1 to 0.6.0 (#334) | @(49699333+dependabot[bot]@users.noreply.github.com) + ## 1.9.0 ### Enhancements