diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2ecd08..9d1a25b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..377f68d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.2.0](https://github.com/sumup/sumup-cli/compare/v0.1.0...v0.2.0) (2026-02-13) + + +### Features + +* **build:** more release targets ([#17](https://github.com/sumup/sumup-cli/issues/17)) ([84a8c4d](https://github.com/sumup/sumup-cli/commit/84a8c4df29f7dd37bda3affd3e0957a6397f95f0)) +* init ([d34c88b](https://github.com/sumup/sumup-cli/commit/d34c88b858752fa19bc62ab0dd56918a1d0d4a61)) +* release please setup ([#19](https://github.com/sumup/sumup-cli/issues/19)) ([18c8a35](https://github.com/sumup/sumup-cli/commit/18c8a353e6f293a6001edf96e90dc1b0bf3e5ebd)) +* release setup with goreleaser ([#16](https://github.com/sumup/sumup-cli/issues/16)) ([c202f62](https://github.com/sumup/sumup-cli/commit/c202f622933468e0f2a1306a39cbb73b79b437a7)) +* update SumUp Go SDK ([#14](https://github.com/sumup/sumup-cli/issues/14)) ([f135135](https://github.com/sumup/sumup-cli/commit/f1351355d6b16d31acf9c6c7649a44bb87dcebc8))