From e618f7239dbfec95698d9479748a5d326fc33e9b Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:18:52 +0000 Subject: [PATCH] chore(main): release 0.2.9 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e7cf9b3..e60bf2a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.8" + ".": "0.2.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f46fd3..1115d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.9](https://github.com/krystal/go-katapult/compare/v0.2.8...v0.2.9) (2024-07-04) + + +### Features + +* **next:** add nullable output option to generator ([#170](https://github.com/krystal/go-katapult/issues/170)) ([e410f3f](https://github.com/krystal/go-katapult/commit/e410f3fa37b9029e9ea9622d2830222eb510d59c)) +* returns an `ErrRequestFailed` error on response functions if response isn't 2xx ([#167](https://github.com/krystal/go-katapult/issues/167)) ([8525ba9](https://github.com/krystal/go-katapult/commit/8525ba9ab17a3b242a9d9453325fba565d34846b)) + ## [0.2.8](https://github.com/krystal/go-katapult/compare/v0.2.7...v0.2.8) (2024-06-21)