From 2e2007e9f92a72d3e017c91b84d38d9da550b892 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:31:15 +0000 Subject: [PATCH] chore(master): release 15.1.0 --- .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 b87683f4..9da34491 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "15.0.0" + ".": "15.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1742594..6b03e41e 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.0](https://github.com/mxenabled/path-mdx-model/compare/v15.0.0...v15.1.0) (2024-10-15) + + +### Features + +* create new exception types ([9aef423](https://github.com/mxenabled/path-mdx-model/commit/9aef42312239f7ffab074ba134cba08bae1fb987)) + ## [15.0.0](https://github.com/mxenabled/path-mdx-model/compare/v14.2.2...v15.0.0) (2024-10-09) diff --git a/README.md b/README.md index 176ca5ce..70875164 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-mdx-model:platform:15.0.0") + api platform("com.mx.path-mdx-model:platform:15.1.0") 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.0.0" - implementation "com.mx.path-mdx-model:mdx-gateways:15.0.0" - implementation "com.mx.path-mdx-model:realtime:15.0.0" + 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" } ``` diff --git a/build.gradle b/build.gradle index 981fe0d5..963a5a43 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "15.0.0" // x-release-please-version +version "15.1.0" // x-release-please-version def platformProject = "platform" def publishedProjects = [