diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..582db2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e3cd2..807c871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ Each entry that introduces or changes an API call should cross-reference the relevant row in [docs/COMPATIBILITY.md](docs/COMPATIBILITY.md), since the SDK's own version is independent of Monnify's API versioning. +## [0.10.2](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.1...v0.10.2) (2026-07-02) + + +### Bug Fixes + +* update ValidateAccountNumberAsync to the v2 account validation path ([60ffcc7](https://github.com/Monnify/monnify-dotnet-lib/commit/60ffcc7f789374cbc346e5cd635a50aa996225c3)) +* update ValidateAccountNumberAsync to the v2 account validation path ([836a536](https://github.com/Monnify/monnify-dotnet-lib/commit/836a53675b427260edea80ce93909f26ba7814bd)) + ## [0.10.1](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.0...v0.10.1) (2026-07-02) diff --git a/version.json b/version.json index 3ae17e2..e806c97 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.10.1", + "version": "0.10.2", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+$" ],