Skip to content

Commit dae6055

Browse files
github-actions[bot]tessstoddard
authored andcommitted
chore(master): release 16.8.0
1 parent d63fc82 commit dae6055

4 files changed

Lines changed: 20 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-
".": "16.7.3"
2+
".": "16.8.0"
33
}

CHANGELOG.md

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

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

8+
## [16.8.0](https://github.com/mxenabled/path-mdx-model/compare/v16.7.3...v16.8.0) (2025-05-05)
9+
10+
11+
### Features
12+
13+
* add incoming request logging filter ([86361a9](https://github.com/mxenabled/path-mdx-model/commit/86361a93a3914e46fe18055e8f850efeee971c6b))
14+
* adding the new variable id token for supporting the IDP Auth flows ([819e3b9](https://github.com/mxenabled/path-mdx-model/commit/819e3b9fcbfbcc04af2d623b9c624206cb2789bb))
15+
16+
17+
### Bug Fixes
18+
19+
* initial log masking support ([87239b4](https://github.com/mxenabled/path-mdx-model/commit/87239b4c561ec827563e044059ffd034b3651b8a))
20+
* remove unused managed card merchant endpoints ([d63fc82](https://github.com/mxenabled/path-mdx-model/commit/d63fc82b21e015ea9792cf4ae88e4dc10ad1d847))
21+
822
## [16.7.3](https://github.com/mxenabled/path-mdx-model/compare/v16.7.2...v16.7.3) (2025-04-25)
923

1024

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
77
}
88

9-
version "16.7.3" // x-release-please-version
9+
version "16.8.0" // x-release-please-version
1010

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

0 commit comments

Comments
 (0)