From 064022b8064217f3e75ae240d2519387ae8cc64c Mon Sep 17 00:00:00 2001 From: "hairyhenderson-bot[bot]" <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:56:30 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a07..1772e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e493fc..160f368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/hairyhenderson/hitron_coda/compare/v0.1.1...v1.0.0) (2024-05-31) + + +### ⚠ BREAKING CHANGES + +* **logging:** Switch from go-kit/log to log/slog ([#66](https://github.com/hairyhenderson/hitron_coda/issues/66)) + +### Features + +* **logging:** Switch from go-kit/log to log/slog ([#66](https://github.com/hairyhenderson/hitron_coda/issues/66)) ([55e6e1e](https://github.com/hairyhenderson/hitron_coda/commit/55e6e1e473df1ac371ff51f8e09547cd93d207f2)) + ## [0.1.1](https://github.com/hairyhenderson/hitron_coda/compare/v0.1.0...v0.1.1) (2024-05-30)