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)