From 38ca1f377f72944c4e1d77720c315ea547235638 Mon Sep 17 00:00:00 2001 From: "sumup-release-bot[bot]" <241716704+sumup-release-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:38:31 +0000 Subject: [PATCH] release: 0.17.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ internal/version.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fdc732..7df2109 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.2" + ".": "0.17.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a94fc..ba11a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.17.3](https://github.com/sumup/sumup-go/compare/v0.17.2...v0.17.3) (2026-07-21) + + +### Chores + +* **deps:** bump github.com/lmittmann/tint from 1.1.3 to 1.2.0 in /internal/cmd/codegen ([#294](https://github.com/sumup/sumup-go/issues/294)) ([fbcfff2](https://github.com/sumup/sumup-go/commit/fbcfff248efd59713eb5ab50d5b1ffdab4c2fe02)) +* **deps:** bump github.com/pb33f/libopenapi from 0.38.5 to 0.38.6 in /internal/cmd/codegen ([#293](https://github.com/sumup/sumup-go/issues/293)) ([5d310ab](https://github.com/sumup/sumup-go/commit/5d310ab66418b8c3fbc0e22fd8aaca160ff7382b)) +* **deps:** bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 ([#295](https://github.com/sumup/sumup-go/issues/295)) ([3095355](https://github.com/sumup/sumup-go/commit/309535572ed8a8aed39751c3586f3177864c5d89)) + ## [0.17.2](https://github.com/sumup/sumup-go/compare/v0.17.1...v0.17.2) (2026-07-17) diff --git a/internal/version.go b/internal/version.go index 40f1341..af08841 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.17.2" // x-release-please-version +const Version = "0.17.3" // x-release-please-version