Skip to content

Commit

Permalink
chore(master): release 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tessstoddard committed Jan 14, 2025
1 parent 66c0f64 commit 78af45e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "16.0.1"
".": "16.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

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

## [16.1.0](https://github.com/mxenabled/path-mdx-model/compare/v16.0.1...v16.1.0) (2025-01-14)


### Features

* add support for multiple phone numbers to remote user ([66c0f64](https://github.com/mxenabled/path-mdx-model/commit/66c0f6491f1e1c46fbc4873ede85a3d713f03879))

## [16.0.1](https://github.com/mxenabled/path-mdx-model/compare/v16.0.0...v16.0.1) (2024-12-12)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
api platform("com.mx.path-mdx-model:platform:16.0.1")
api platform("com.mx.path-mdx-model:platform:16.1.0")
implementation "com.mx.path-mdx-model:mdx-models"
implementation "com.mx.path-mdx-model:mdx-gateways"
Expand All @@ -53,9 +53,9 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation "com.mx.path-mdx-model:mdx-models:16.0.1"
implementation "com.mx.path-mdx-model:mdx-gateways:16.0.1"
implementation "com.mx.path-mdx-model:realtime:16.0.1"
implementation "com.mx.path-mdx-model:mdx-models:16.1.0"
implementation "com.mx.path-mdx-model:mdx-gateways:16.1.0"
implementation "com.mx.path-mdx-model:realtime:16.1.0"
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
}

version "16.0.1" // x-release-please-version
version "16.1.0" // x-release-please-version

def platformProject = "platform"
def publishedProjects = [
Expand Down

0 comments on commit 78af45e

Please sign in to comment.