Skip to content

Commit b1056f0

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 5.9.0
1 parent e52d7ca commit b1056f0

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.8.0"
2+
".": "5.9.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
* remove old term repository from base controller ([5402532](https://github.com/mxenabled/path-mdx-model/commit/5402532342b9c6b94f3c921ad025cc2b625a3b95))
77

8+
## [5.9.0](https://github.com/mxenabled/path-mdx-model/compare/v5.8.0...v5.9.0) (2024-04-08)
9+
10+
11+
### Features
12+
13+
* remove references to UserIdProvider and mark deprecated ([3c9fd2a](https://github.com/mxenabled/path-mdx-model/commit/3c9fd2afbbed37b99eeeeab7fb02c861a9ff4d1d))
14+
15+
16+
### Bug Fixes
17+
18+
* add null check to Session userId before setting userId on MdxBase ([e52d7ca](https://github.com/mxenabled/path-mdx-model/commit/e52d7ca7cf674ec6a19cecef5dfa72f9f3bbc808))
19+
820
## [5.8.0](https://github.com/mxenabled/path-mdx-model/compare/v5.7.0...v5.8.0) (2024-03-28)
921

1022

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _Gradle_
3838
<!-- x-release-please-start-version -->
3939
```groovy
4040
dependencies {
41-
api platform("com.mx.path-mdx-model:platform:5.8.0")
41+
api platform("com.mx.path-mdx-model:platform:5.9.0")
4242
4343
implementation "com.mx.path-mdx-model:mdx-models"
4444
implementation "com.mx.path-mdx-model:mdx-gateways"
@@ -53,9 +53,9 @@ _Gradle_
5353
<!-- x-release-please-start-version -->
5454
```groovy
5555
dependencies {
56-
implementation "com.mx.path-mdx-model:mdx-models:5.8.0"
57-
implementation "com.mx.path-mdx-model:mdx-gateways:5.8.0"
58-
implementation "com.mx.path-mdx-model:realtime:5.8.0"
56+
implementation "com.mx.path-mdx-model:mdx-models:5.9.0"
57+
implementation "com.mx.path-mdx-model:mdx-gateways:5.9.0"
58+
implementation "com.mx.path-mdx-model:realtime:5.9.0"
5959
}
6060
```
6161
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
77
}
88

9-
version "5.8.0" // x-release-please-version
9+
version "5.9.0" // x-release-please-version
1010

1111
def platformProject = "platform"
1212
def publishedProjects = [

0 commit comments

Comments
 (0)