Skip to content

Commit f3257c8

Browse files
authored
Merge pull request #31 from Monnify/release-please--branches--main
chore(main): release 1.0.0
2 parents f331582 + 2223026 commit f3257c8

3 files changed

Lines changed: 36 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.11.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,40 @@ 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+
## [1.0.0](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.11.0...v1.0.0) (2026-07-02)
13+
14+
15+
### Features
16+
17+
* add card transactions and automated release tagging ([25a62b3](https://github.com/Monnify/monnify-dotnet-lib/commit/25a62b30c36c7468faad960f48e5872eb9264d8d))
18+
* add card transactions client (charge, OTP, 3DS authorize) ([73cc17e](https://github.com/Monnify/monnify-dotnet-lib/commit/73cc17ea37382099bbefa50423ed48856ac9e8dc))
19+
* add direct debit mandates client ([d8f772d](https://github.com/Monnify/monnify-dotnet-lib/commit/d8f772d03d17b6463abe86ebd7adbde6db48f411))
20+
* add direct debit mandates client ([456d369](https://github.com/Monnify/monnify-dotnet-lib/commit/456d3697fd32f61d9f1fc76f10c58f41b079c352))
21+
* Add limit profiles and sub-account management to IMonnifyCollectionsClient ([e13af00](https://github.com/Monnify/monnify-dotnet-lib/commit/e13af001ee07b831277cb8a12beb2b594a7f4866))
22+
* **collections:** add paycode API support ([a2191b0](https://github.com/Monnify/monnify-dotnet-lib/commit/a2191b0d863e7dad3422d7cdf8e01796920cf7b5))
23+
* customer wallets, paycodes, and envelope fix ([cafe7d2](https://github.com/Monnify/monnify-dotnet-lib/commit/cafe7d2324cc00279733010e9a9a61278d7bed00))
24+
* **disbursements:** add customer wallet API support ([e2bc8d2](https://github.com/Monnify/monnify-dotnet-lib/commit/e2bc8d26f9e4f5d0bad40b62b8cf6498ae6d4355))
25+
* Implement refund management in IMonnifyCollectionsClient with new endpoints and models ([807beee](https://github.com/Monnify/monnify-dotnet-lib/commit/807beeeb8aba3969debdd4afb9fa42c81aa43625))
26+
* sub-accounts, limit profiles, and refunds ([338c5de](https://github.com/Monnify/monnify-dotnet-lib/commit/338c5de8e7823a6b25c6f4885a2068e6a468abe8))
27+
28+
29+
### Bug Fixes
30+
31+
* add nbgv cloud step before build to prevent invalid GITHUB_ENV format error ([253ad61](https://github.com/Monnify/monnify-dotnet-lib/commit/253ad610c2ec3a28745cc9fdafdcf06f8149b8bb))
32+
* improve error handling for non-JSON responses and update tests a… ([1cf31cf](https://github.com/Monnify/monnify-dotnet-lib/commit/1cf31cf6626784b8ca4d9ef5b0bdfd224a6dfa47))
33+
* improve error handling for non-JSON responses and update tests accordingly ([c9b0c40](https://github.com/Monnify/monnify-dotnet-lib/commit/c9b0c4086cbd4447d51ad4b27dafb35494d7f160))
34+
* skip-github-release silently skipped tag creation too ([6fc0e40](https://github.com/Monnify/monnify-dotnet-lib/commit/6fc0e402bdfc8b27a09841a6a4b41ff151dee83d))
35+
* sync version.json with the actual release version, fixing every … ([a9b3c23](https://github.com/Monnify/monnify-dotnet-lib/commit/a9b3c23de4e1151eb971b61410caed7d64b31dcd))
36+
* sync version.json with the actual release version, fixing every published NuGet version ([0de44cd](https://github.com/Monnify/monnify-dotnet-lib/commit/0de44cd742004305ef3e12dd4492060e92224338))
37+
* update action-gh-release to version 3 for publishing GitHub releases ([427c440](https://github.com/Monnify/monnify-dotnet-lib/commit/427c440d096c54f3fc61cb8b77e23b5875d4730c))
38+
* update ValidateAccountNumberAsync to the v2 account validation path ([60ffcc7](https://github.com/Monnify/monnify-dotnet-lib/commit/60ffcc7f789374cbc346e5cd635a50aa996225c3))
39+
* update ValidateAccountNumberAsync to the v2 account validation path ([836a536](https://github.com/Monnify/monnify-dotnet-lib/commit/836a53675b427260edea80ce93909f26ba7814bd))
40+
41+
42+
### Miscellaneous Chores
43+
44+
* release 1.0.0 ([72cd219](https://github.com/Monnify/monnify-dotnet-lib/commit/72cd21989da7dc03c4c5908a89b028636de4460b))
45+
1246
## [0.11.0](https://github.com/Monnify/monnify-dotnet-lib/compare/v0.10.2...v0.11.0) (2026-07-02)
1347

1448

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.11.0",
3+
"version": "1.0.0",
44
"publicReleaseRefSpec": [
55
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
66
],

0 commit comments

Comments
 (0)