From e3702c5b0505806a910010f73bc5c886fd9d767c Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Wed, 14 Jul 2021 21:14:09 +0100 Subject: [PATCH] Update changelog for v0.6.0 release (#107) Adds changelog entry for v0.6.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6740f1b..578d2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # buildevents changelog +## 0.6.0 - 2021-07-14 + +### Added + +- Forward stdin. [#99](https://github.com/honeycombio/buildevents/pull/99) | [@shlevy](https://github.com/shlevy) + +### Maintenance + +- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 [#102](https://github.com/honeycombio/buildevents/pull/102) +- Bump github.com/honeycombio/libhoney-go from 1.10.0 to 1.15.3 [#101](https://github.com/honeycombio/buildevents/pull/101) +- Bump github.com/jszwedko/go-circleci from 0.2.0 to 0.3.0 [#103](https://github.com/honeycombio/buildevents/pull/103) +- stop watching dependabot builds [#106](https://github.com/honeycombio/buildevents/pull/106) + ## 0.5.2 - 2021-07-08 ### Added