diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..32b319f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c21877d..2eb229e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/sumup/sumup-dotnet/compare/v0.0.9...v0.0.10) (2026-03-22) + + +### Bug Fixes + +* deserialize readOnly model properties ([#61](https://github.com/sumup/sumup-dotnet/issues/61)) ([3fa7d3a](https://github.com/sumup/sumup-dotnet/commit/3fa7d3af7eb336d8b186817cb4790af2647aadc8)) + ## [0.0.9](https://github.com/sumup/sumup-dotnet/compare/v0.0.8...v0.0.9) (2026-03-21) diff --git a/src/SumUp/SumUp.csproj b/src/SumUp/SumUp.csproj index f365eb6..1e568ac 100644 --- a/src/SumUp/SumUp.csproj +++ b/src/SumUp/SumUp.csproj @@ -12,7 +12,7 @@ SumUp Modern SumUp .NET SDK generated from the official OpenAPI specification. SumUp - 0.0.9 + 0.0.10 SumUp SumUp sumup;payments;sdk