From fa2904b3b7513973efe95f81e6f883c8ebe216cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:10:33 +0000 Subject: [PATCH] chore(master): release 12.0.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 9259d402..6c524226 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.0.0" + ".": "12.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e2c61c..f937c66d 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)) +## [12.0.1](https://github.com/mxenabled/path-mdx-model/compare/v12.0.0...v12.0.1) (2024-06-18) + + +### Bug Fixes + +* hw2-1027 - updated path var names to match ([8cffcb2](https://github.com/mxenabled/path-mdx-model/commit/8cffcb28fc20a2c1091481deb302f39167d36f32)) + ## [12.0.0](https://github.com/mxenabled/path-mdx-model/compare/v11.4.0...v12.0.0) (2024-06-11) diff --git a/README.md b/README.md index 20ccdd9f..02ff13da 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-mdx-model:platform:12.0.0") + api platform("com.mx.path-mdx-model:platform:12.0.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:12.0.0" - implementation "com.mx.path-mdx-model:mdx-gateways:12.0.0" - implementation "com.mx.path-mdx-model:realtime:12.0.0" + implementation "com.mx.path-mdx-model:mdx-models:12.0.1" + implementation "com.mx.path-mdx-model:mdx-gateways:12.0.1" + implementation "com.mx.path-mdx-model:realtime:12.0.1" } ``` diff --git a/build.gradle b/build.gradle index 19825d65..0ae8c8af 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "12.0.0" // x-release-please-version +version "12.0.1" // x-release-please-version def platformProject = "platform" def publishedProjects = [