From 070f7b15df6ffeda6cfa89eadc79ff8ad14528d0 Mon Sep 17 00:00:00 2001 From: Automations Date: Thu, 11 Jan 2024 08:56:22 +0000 Subject: [PATCH] chore(release): v0.8.0 [skip ci] --- CHANGELOG.md | 23 ++++++++++++++--------- package.json | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36980fd..76b9290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.8.0](https://github.com/ThoronicLLC/collector/compare/v0.7.1...v0.8.0) (2024-01-11) + + +### Bug Fixes + +* updated docker to use Go 1.21 ([3312e90](https://github.com/ThoronicLLC/collector/commit/3312e9012758adf971aa5b9ba19b7fae21086ddd)) + + +### Features + +* added HTTP output ([#62](https://github.com/ThoronicLLC/collector/issues/62)) ([89cafd1](https://github.com/ThoronicLLC/collector/commit/89cafd17b2976590fdb3bc1cf49f488041806521)) + + + ## [0.7.1](https://github.com/ThoronicLLC/collector/compare/v0.7.0...v0.7.1) (2023-01-04) @@ -34,12 +48,3 @@ -## [0.4.1](https://github.com/ThoronicLLC/collector/compare/v0.4.0...v0.4.1) (2022-09-08) - - -### Bug Fixes - -* refactor tmp_writer to not open files until data is being written ([#51](https://github.com/ThoronicLLC/collector/issues/51)) ([1228c79](https://github.com/ThoronicLLC/collector/commit/1228c798f57ac211da7ec733b02e83b7e8b73c80)) - - - diff --git a/package.json b/package.json index e601c8e..1831c9c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "log" ], "author": "Coleton Pierson ", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "bugs": { "url": "https://github.com/ThoronicLLC/collector/issues"