From 4d2bb7572993f6827a5c1c4e076e73f1e6399511 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 4 Apr 2024 14:32:02 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.14.2 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.14.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.14.1...prism-mediator-v0.14.2) (2024-04-04) ### Bug Fixes * **mediator:** Update the readme and docker with type of key forma… ([#267](https://github.com/input-output-hk/atala-prism-mediator/issues/267)) ([236620f](https://github.com/input-output-hk/atala-prism-mediator/commit/236620f8e8db2a9e07c4ee29c3cbb2411077f3b7)) --- CHANGELOG.md | 7 +++++++ infrastructure/charts/mediator/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6b1abd..4f533147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.14.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.14.1...prism-mediator-v0.14.2) (2024-04-04) + + +### Bug Fixes + +* **mediator:** Update the readme and docker with type of key forma… ([#267](https://github.com/input-output-hk/atala-prism-mediator/issues/267)) ([236620f](https://github.com/input-output-hk/atala-prism-mediator/commit/236620f8e8db2a9e07c4ee29c3cbb2411077f3b7)) + ## [0.14.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.14.0...prism-mediator-v0.14.1) (2024-02-20) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 5ebe986d..14a1c883 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.14.1" +appVersion: "0.14.2" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 477dad9e..1dd97b20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.14.1", + "version": "0.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.14.1", + "version": "0.14.2", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 8768fd49..8acb3de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.14.1", + "version": "0.14.2", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index f3d98ff2..bc026f33 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.14.1-SNAPSHOT" +ThisBuild / version := "0.14.2-SNAPSHOT"