From 3c2e9501054cdbca77224e73430c1d1df94b0894 Mon Sep 17 00:00:00 2001 From: "sumup-release-bot[bot]" <241716704+sumup-release-bot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:19:11 +0000 Subject: [PATCH] release: 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4c4a61..c0f5510 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 939da22..4696b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/sumup/sumup-cli/compare/v0.4.1...v0.5.0) (2026-08-20) + + +### Features + +* **codegen:** improve generated codesamples ([#139](https://github.com/sumup/sumup-cli/issues/139)) ([65392cb](https://github.com/sumup/sumup-cli/commit/65392cb8c210b1617d054dda6982ce5c00bc137e)) + + +### Bug Fixes + +* add missing go card reader checkout ([#137](https://github.com/sumup/sumup-cli/issues/137)) ([f2108af](https://github.com/sumup/sumup-cli/commit/f2108af6a11f986d93471d61b30e4e7a46b6fdb7)) + ## [0.4.1](https://github.com/sumup/sumup-cli/compare/v0.4.0...v0.4.1) (2026-08-18)