diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24867cf..ad670c0 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. +## [1.1.0](https://github.com/Monnify/monnify-dotnet-lib/compare/v1.0.0...v1.1.0) (2026-07-02) + + +### Features + +* add ChargeCardTokenAsync for charging a tokenized reusable card ([6b890b7](https://github.com/Monnify/monnify-dotnet-lib/commit/6b890b717d1d2f3ee7b427b8d1493c61e2f9dd7a)) +* add ChargeCardTokenAsync for charging a tokenized reusable card ([82d3777](https://github.com/Monnify/monnify-dotnet-lib/commit/82d377702d28f854e8efda989f5d817bcb10c921)) + ## [Unreleased] ### Features diff --git a/version.json b/version.json index 4b7e394..faa91fe 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": "1.0.0", + "version": "1.1.0", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+$" ],