Skip to content

Commit fde250a

Browse files
committed
chore(main): release 0.10.2
1 parent 60ffcc7 commit fde250a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.10.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Each entry that introduces or changes an API call should cross-reference the
99
relevant row in [docs/COMPATIBILITY.md](docs/COMPATIBILITY.md), since the SDK's
1010
own version is independent of Monnify's API versioning.
1111

12+
## [0.10.2](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.1...v0.10.2) (2026-07-02)
13+
14+
15+
### Bug Fixes
16+
17+
* update ValidateAccountNumberAsync to the v2 account validation path ([60ffcc7](https://github.com/Monnify/monnify-dotnet-lib/commit/60ffcc7f789374cbc346e5cd635a50aa996225c3))
18+
* update ValidateAccountNumberAsync to the v2 account validation path ([836a536](https://github.com/Monnify/monnify-dotnet-lib/commit/836a53675b427260edea80ce93909f26ba7814bd))
19+
1220
## [0.10.1](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.0...v0.10.1) (2026-07-02)
1321

1422

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"publicReleaseRefSpec": [
55
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
66
],

0 commit comments

Comments
 (0)