From 9ddb6dd5dc5273cf5e3106dd35d4333c85cb0beb Mon Sep 17 00:00:00 2001 From: "hairyhenderson-bot[bot]" <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:24:41 +0000 Subject: [PATCH] chore(main): release 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d47a3d..c430287 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e586c..0d219e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.3](https://github.com/hairyhenderson/hitron_coda/compare/v0.2.2...v0.2.3) (2024-12-07) + + +### Dependencies + +* **go:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#78](https://github.com/hairyhenderson/hitron_coda/issues/78)) ([d90b09e](https://github.com/hairyhenderson/hitron_coda/commit/d90b09e2501cb0a0d5f1fa266f03c2984a05aa48)) +* **go:** bump golang.org/x/text from 0.19.0 to 0.20.0 ([#76](https://github.com/hairyhenderson/hitron_coda/issues/76)) ([4f9180c](https://github.com/hairyhenderson/hitron_coda/commit/4f9180cf6b562bc4b6a1d3e6f4aca373c38cdff1)) +* **go:** bump golang.org/x/text from 0.20.0 to 0.21.0 ([#79](https://github.com/hairyhenderson/hitron_coda/issues/79)) ([2e8498a](https://github.com/hairyhenderson/hitron_coda/commit/2e8498afa4d03423feddc8115ca3cab1842af107)) + ## [0.2.2](https://github.com/hairyhenderson/hitron_coda/compare/v0.2.1...v0.2.2) (2024-10-17)