Skip to content

Commit 800635f

Browse files
committed
chore(main): release 1.1.0
1 parent 6b890b7 commit 800635f

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-
".": "1.0.0"
2+
".": "1.1.0"
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+
## [1.1.0](https://github.com/Monnify/monnify-dotnet-lib/compare/v1.0.0...v1.1.0) (2026-07-02)
13+
14+
15+
### Features
16+
17+
* add ChargeCardTokenAsync for charging a tokenized reusable card ([6b890b7](https://github.com/Monnify/monnify-dotnet-lib/commit/6b890b717d1d2f3ee7b427b8d1493c61e2f9dd7a))
18+
* add ChargeCardTokenAsync for charging a tokenized reusable card ([82d3777](https://github.com/Monnify/monnify-dotnet-lib/commit/82d377702d28f854e8efda989f5d817bcb10c921))
19+
1220
## [Unreleased]
1321

1422
### Features

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

0 commit comments

Comments
 (0)