From 87eb69cf916a3e731ab77fd1d7ef27249ee247e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:44:53 +0000 Subject: [PATCH] chore(master): release 5.6.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 9bf38528..d49c9e28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e09b7c..b90d9dfb 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)) +## [5.6.0](https://github.com/mxenabled/path-mdx-model/compare/v5.5.0...v5.6.0) (2024-03-14) + + +### Features + +* add has_direct_deposit_management to account details features ([96c2bcb](https://github.com/mxenabled/path-mdx-model/commit/96c2bcb349a3a775f97f0db9590f5d1eea77b6da)) + ## [5.5.0](https://github.com/mxenabled/path-mdx-model/compare/v5.4.0...v5.5.0) (2024-03-13) diff --git a/README.md b/README.md index a3a83630..855f5efd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-mdx-model:platform:5.5.0") + api platform("com.mx.path-mdx-model:platform:5.6.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:5.5.0" - implementation "com.mx.path-mdx-model:mdx-gateways:5.5.0" - implementation "com.mx.path-mdx-model:realtime:5.5.0" + implementation "com.mx.path-mdx-model:mdx-models:5.6.0" + implementation "com.mx.path-mdx-model:mdx-gateways:5.6.0" + implementation "com.mx.path-mdx-model:realtime:5.6.0" } ``` diff --git a/build.gradle b/build.gradle index 3797f806..cad69d07 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "5.5.0" // x-release-please-version +version "5.6.0" // x-release-please-version def platformProject = "platform" def publishedProjects = [