From 633452700fdba0c0b6f4cb70f5152c495d777c23 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Wed, 16 Oct 2024 16:41:02 -0400 Subject: [PATCH 1/2] rel: prep v0.17.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54d9c1..d06c424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # buildevents changelog +## v0.17.0 - 2024-10-16 + +### Maintenance + +- maint: update go version and docs (#223) | [Jamie Danielson](https://github.com/JamieDanielson) +- maint(go): update to go1.23 (#222) | [Liz Fong-Jones](https://github.com/lizthegrey) +- maint(deps): bump the examples group with 3 updates (#218) | [dependabot[bot]](https://github.com/dependabot[bot]) +- docs: update vulnerability reporting process (#219) | [Robb Kidd](https://github.com/robbkidd) +- maint: update repo for pipeline team ownership (#217) | [Jamie Danielson](https://github.com/JamieDanielson) +- maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#214) | [dependabot[bot]](https://github.com/dependabot[bot]) +- maint(deps): bump github.com/honeycombio/beeline-go from 1.14.0 to 1.15.0 (#212) | [dependabot[bot]](https://github.com/dependabot[bot]) + +### Fixes + +- fix(watch): not_running is the new queued (#221) | [Liz Fong-Jones](https://github.com/lizthegrey) + ## 0.16.0 - 2024-02-29 ### Enhancements From c0965bc0032e8f7e504549d6566bc8cd56d2c306 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Wed, 16 Oct 2024 16:42:22 -0400 Subject: [PATCH 2/2] meh put fixes above maint --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06c424..e2232ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## v0.17.0 - 2024-10-16 +### Fixes + +- fix(watch): not_running is the new queued (#221) | [Liz Fong-Jones](https://github.com/lizthegrey) + ### Maintenance - maint: update go version and docs (#223) | [Jamie Danielson](https://github.com/JamieDanielson) @@ -12,10 +16,6 @@ - maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#214) | [dependabot[bot]](https://github.com/dependabot[bot]) - maint(deps): bump github.com/honeycombio/beeline-go from 1.14.0 to 1.15.0 (#212) | [dependabot[bot]](https://github.com/dependabot[bot]) -### Fixes - -- fix(watch): not_running is the new queued (#221) | [Liz Fong-Jones](https://github.com/lizthegrey) - ## 0.16.0 - 2024-02-29 ### Enhancements