Skip to content

Commit 92c058c

Browse files
github-actions[bot]tessstoddard
authored andcommitted
chore(master): release 21.3.0
1 parent 772ab3e commit 92c058c

4 files changed

Lines changed: 13 additions & 6 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-
".": "21.2.2"
2+
".": "21.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* remove old term repository from base controller ([5402532](https://github.com/mxenabled/path-mdx-model/commit/5402532342b9c6b94f3c921ad025cc2b625a3b95))
77

8+
## [21.3.0](https://github.com/mxenabled/path-mdx-model/compare/v21.2.2...v21.3.0) (2026-05-26)
9+
10+
11+
### Features
12+
13+
* add v20260427 list endpoints for payments and recurring payments ([772ab3e](https://github.com/mxenabled/path-mdx-model/commit/772ab3eab65ebfaedb008d1cc7b69fbd0822fc04))
14+
815
## [21.2.2](https://github.com/mxenabled/path-mdx-model/compare/v21.2.1...v21.2.2) (2026-05-18)
916

1017

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _Gradle_
3838
<!-- x-release-please-start-version -->
3939
```groovy
4040
dependencies {
41-
api platform("com.mx.path-mdx-model:platform:21.2.2")
41+
api platform("com.mx.path-mdx-model:platform:21.3.0")
4242
4343
implementation "com.mx.path-mdx-model:mdx-models"
4444
implementation "com.mx.path-mdx-model:mdx-gateways"
@@ -53,9 +53,9 @@ _Gradle_
5353
<!-- x-release-please-start-version -->
5454
```groovy
5555
dependencies {
56-
implementation "com.mx.path-mdx-model:mdx-models:21.2.2"
57-
implementation "com.mx.path-mdx-model:mdx-gateways:21.2.2"
58-
implementation "com.mx.path-mdx-model:realtime:21.2.2"
56+
implementation "com.mx.path-mdx-model:mdx-models:21.3.0"
57+
implementation "com.mx.path-mdx-model:mdx-gateways:21.3.0"
58+
implementation "com.mx.path-mdx-model:realtime:21.3.0"
5959
}
6060
```
6161
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
group "com.mx.path-mdx-model"
1111
description "Path MDX Model"
12-
version "21.2.2" // x-release-please-version
12+
version "21.3.0" // x-release-please-version
1313

1414
def platformProject = "platform"
1515
def publishedProjects = [

0 commit comments

Comments
 (0)