From 849712422b295ea6814e7f537f9b1e0ad6dd12d0 Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:14:10 +0100 Subject: [PATCH] chore(main): release 0.2.8 (#164) Co-authored-by: replease[bot] <132441688+replease[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 054e8bc..e7cf9b3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee06cd8..0f46fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.8](https://github.com/krystal/go-katapult/compare/v0.2.7...v0.2.8) (2024-06-21) + + +### Features + +* update next client ([#163](https://github.com/krystal/go-katapult/issues/163)) ([1c0559a](https://github.com/krystal/go-katapult/commit/1c0559ab465d703611a2e0992404c8d30303bf23)) + ## [0.2.7](https://github.com/krystal/go-katapult/compare/v0.2.6...v0.2.7) (2024-05-28)