diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81a41a65..6df1fecd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "16.1.1" + ".": "16.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aeee7019..1dbf3b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * remove old term repository from base controller ([5402532](https://github.com/mxenabled/path-mdx-model/commit/5402532342b9c6b94f3c921ad025cc2b625a3b95)) +## [16.1.2](https://github.com/mxenabled/path-mdx-model/compare/v16.1.1...v16.1.2) (2025-01-16) + + +### Bug Fixes + +* replace phone strings with list of phones for remote user ([315fd66](https://github.com/mxenabled/path-mdx-model/commit/315fd661fc7aff5322240c54691006f279fcf1ee)) + ## [16.1.1](https://github.com/mxenabled/path-mdx-model/compare/v16.1.0...v16.1.1) (2025-01-15) diff --git a/README.md b/README.md index 1cc68548..608767ce 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-mdx-model:platform:16.1.1") + api platform("com.mx.path-mdx-model:platform:16.1.2") implementation "com.mx.path-mdx-model:mdx-models" implementation "com.mx.path-mdx-model:mdx-gateways" @@ -53,9 +53,9 @@ _Gradle_ ```groovy dependencies { - implementation "com.mx.path-mdx-model:mdx-models:16.1.1" - implementation "com.mx.path-mdx-model:mdx-gateways:16.1.1" - implementation "com.mx.path-mdx-model:realtime:16.1.1" + implementation "com.mx.path-mdx-model:mdx-models:16.1.2" + implementation "com.mx.path-mdx-model:mdx-gateways:16.1.2" + implementation "com.mx.path-mdx-model:realtime:16.1.2" } ``` diff --git a/build.gradle b/build.gradle index 532c107e..3e1ef19b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "16.1.1" // x-release-please-version +version "16.1.2" // x-release-please-version def platformProject = "platform" def publishedProjects = [