From 66ba6f41569c281e4286eab493c86e18913f4b84 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 6 Feb 2024 15:01:22 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.14.0 release # [0.14.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06) ### Bug Fixes * re-enable the logging based on X-Request-Id header ([#211](https://github.com/input-output-hk/atala-prism-mediator/issues/211)) ([dee7dc2](https://github.com/input-output-hk/atala-prism-mediator/commit/dee7dc2bd9a0de689e2c6fb8141383aa7779d6a4)) ### Features * Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](https://github.com/input-output-hk/atala-prism-mediator/issues/204)) ([26a1623](https://github.com/input-output-hk/atala-prism-mediator/commit/26a16230d7e7e68ccff92bc4f8fc1fd403254200)), closes [#158](https://github.com/input-output-hk/atala-prism-mediator/issues/158) Signed-off-by: atala-dev Signed-off-by: Shailesh Patil --- CHANGELOG.md | 12 ++++++++++++ infrastructure/charts/mediator/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed71efc..1b11ad36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.14.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06) + + +### Bug Fixes + +* re-enable the logging based on X-Request-Id header ([#211](https://github.com/input-output-hk/atala-prism-mediator/issues/211)) ([dee7dc2](https://github.com/input-output-hk/atala-prism-mediator/commit/dee7dc2bd9a0de689e2c6fb8141383aa7779d6a4)) + + +### Features + +* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](https://github.com/input-output-hk/atala-prism-mediator/issues/204)) ([26a1623](https://github.com/input-output-hk/atala-prism-mediator/commit/26a16230d7e7e68ccff92bc4f8fc1fd403254200)), closes [#158](https://github.com/input-output-hk/atala-prism-mediator/issues/158) + # [0.13.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.3...prism-mediator-v0.13.0) (2023-11-30) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 8436e020..5a8ad0b3 100644 --- a/infrastructure/charts/mediator/Chart.yaml +++ b/infrastructure/charts/mediator/Chart.yaml @@ -18,5 +18,5 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.13.0" +appVersion: "0.14.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index ce1a1d92..82add892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.13.0", + "version": "0.14.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 322b8ef3..6be0c3fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.13.0", + "version": "0.14.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index f9df5561..a9fb04b1 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.13.0-SNAPSHOT" +ThisBuild / version := "0.14.0-SNAPSHOT"