From 53793090b1a16a96805a46f60f508966fa5a28c7 Mon Sep 17 00:00:00 2001 From: "hairyhenderson-bot[bot]" <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:54:51 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 084d283..9d47a3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7bc5f..85436eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/hairyhenderson/hitron_coda/compare/v0.2.1...v0.2.2) (2024-10-04) + + +### Dependencies + +* **go:** bump golang.org/x/text from 0.16.0 to 0.18.0 ([#72](https://github.com/hairyhenderson/hitron_coda/issues/72)) ([90db9f1](https://github.com/hairyhenderson/hitron_coda/commit/90db9f108d335ee6c1a8c91635f4f93ee315f152)) + ## [0.2.1](https://github.com/hairyhenderson/hitron_coda/compare/v0.2.0...v0.2.1) (2024-06-08)