From fc077e193dfa7f6f6cb4b70b37e926559e57f5b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:42:50 +0000 Subject: [PATCH] chore(master): release 15.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- build.gradle | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9da34491..8e00e87c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "15.1.0" + ".": "15.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b03e41e..d8c54204 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)) +## [15.1.1](https://github.com/mxenabled/path-mdx-model/compare/v15.1.0...v15.1.1) (2024-10-16) + + +### Bug Fixes + +* avoid modifying the response after it has been already committed ([cea1342](https://github.com/mxenabled/path-mdx-model/commit/cea13422054c3c811e4cdf552e4b8fb112b777d3)) + ## [15.1.0](https://github.com/mxenabled/path-mdx-model/compare/v15.0.0...v15.1.0) (2024-10-15) diff --git a/README.md b/README.md index 70875164..3cad3eb7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-mdx-model:platform:15.1.0") + api platform("com.mx.path-mdx-model:platform:15.1.1") 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:15.1.0" - implementation "com.mx.path-mdx-model:mdx-gateways:15.1.0" - implementation "com.mx.path-mdx-model:realtime:15.1.0" + implementation "com.mx.path-mdx-model:mdx-models:15.1.1" + implementation "com.mx.path-mdx-model:mdx-gateways:15.1.1" + implementation "com.mx.path-mdx-model:realtime:15.1.1" } ``` diff --git a/build.gradle b/build.gradle index 963a5a43..508b5ff6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "15.1.0" // x-release-please-version +version "15.1.1" // x-release-please-version def platformProject = "platform" def publishedProjects = [