Skip to content

Commit a9089a8

Browse files
github-actions[bot]tessstoddard
authored andcommitted
chore(master): release 18.1.0
1 parent cc3e89c commit a9089a8

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "18.0.0"
2+
".": "18.1.0"
33
}

CHANGELOG.md

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

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

8+
## [18.1.0](https://github.com/mxenabled/path-mdx-model/compare/v18.0.0...v18.1.0) (2025-12-10)
9+
10+
11+
### Features
12+
13+
* add p2p transfer accounts endpoint ([ca25102](https://github.com/mxenabled/path-mdx-model/commit/ca2510240f5707ac4768de0380a6af7b6a6913ef))
14+
* add p2p transfer duration endpoints ([5445421](https://github.com/mxenabled/path-mdx-model/commit/544542143eb94df4c76cb0a354bf686e93a6d96e))
15+
* add p2p transfer frequencies endpoint ([1b26f9e](https://github.com/mxenabled/path-mdx-model/commit/1b26f9e7e861aea3bd06ad3af2cd9ee46d0255fa))
16+
* add p2p transfer recipient endpoints ([7cdb496](https://github.com/mxenabled/path-mdx-model/commit/7cdb496475cf01c8c8dcde780f5993fcd0ea1f3b))
17+
* add p2p transfers endpoints ([41990e0](https://github.com/mxenabled/path-mdx-model/commit/41990e027ba9a0353a72ec87e55670bba8c81322))
18+
* add recurring p2p transfers endpoints ([6c4983e](https://github.com/mxenabled/path-mdx-model/commit/6c4983e9553348835ca45015ba921262a5106286))
19+
20+
21+
### Bug Fixes
22+
23+
* replace accounts with sources for p2p transfers ([cc3e89c](https://github.com/mxenabled/path-mdx-model/commit/cc3e89c1f8f58e74e9673d9f0a06054aaeca43a0))
24+
825
## [18.0.0](https://github.com/mxenabled/path-mdx-model/compare/v17.1.0...v18.0.0) (2025-11-21)
926

1027

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:18.0.0")
41+
api platform("com.mx.path-mdx-model:platform:18.1.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:18.0.0"
57-
implementation "com.mx.path-mdx-model:mdx-gateways:18.0.0"
58-
implementation "com.mx.path-mdx-model:realtime:18.0.0"
56+
implementation "com.mx.path-mdx-model:mdx-models:18.1.0"
57+
implementation "com.mx.path-mdx-model:mdx-gateways:18.1.0"
58+
implementation "com.mx.path-mdx-model:realtime:18.1.0"
5959
}
6060
```
6161
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false
88
}
99

10-
version "18.0.0" // x-release-please-version
10+
version "18.1.0" // x-release-please-version
1111

1212
def platformProject = "platform"
1313
def publishedProjects = [

0 commit comments

Comments
 (0)