Skip to content

Commit 3142960

Browse files
committed
chore(main): release 0.10.1
1 parent a9b3c23 commit 3142960

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.0"
2+
".": "0.10.1"
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.1](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.0...v0.10.1) (2026-07-02)
13+
14+
15+
### Bug Fixes
16+
17+
* sync version.json with the actual release version, fixing every … ([a9b3c23](https://github.com/Monnify/monnify-dotnet-lib/commit/a9b3c23de4e1151eb971b61410caed7d64b31dcd))
18+
* sync version.json with the actual release version, fixing every published NuGet version ([0de44cd](https://github.com/Monnify/monnify-dotnet-lib/commit/0de44cd742004305ef3e12dd4492060e92224338))
19+
1220
## [0.10.0](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.9.0...v0.10.0) (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.0",
3+
"version": "0.10.1",
44
"publicReleaseRefSpec": [
55
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
66
],

0 commit comments

Comments
 (0)