From abd44774481bd06263381abc823b0d7281941dbd Mon Sep 17 00:00:00 2001 From: "hairyhenderson-bot[bot]" <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:47:40 -0400 Subject: [PATCH] chore(main): release 0.2.1 (#69) Co-authored-by: hairyhenderson-bot[bot] <167488603+hairyhenderson-bot[bot]@users.noreply.github.com> --- .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 0262db7..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7547ee..ea7bc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/hairyhenderson/hitron_coda/compare/v0.2.0...v0.2.1) (2024-06-08) + + +### Dependencies + +* **go:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([#68](https://github.com/hairyhenderson/hitron_coda/issues/68)) ([9674eb6](https://github.com/hairyhenderson/hitron_coda/commit/9674eb6cb783537f8762ca62a1f114b937f78a8d)) + ## [0.2.0](https://github.com/hairyhenderson/hitron_coda/compare/v0.1.1...v0.2.0) (2024-05-31)