From 2c6d0326c5dd3c8d48f88d4d33df42aa1bb7e8d5 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Fri, 18 Aug 2023 15:07:44 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.8.2 release ## [0.8.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.1...prism-mediator-v0.8.2) (2023-08-18) ### Bug Fixes * alias list is empty in new acounts by default ([#87](https://github.com/input-output-hk/atala-prism-mediator/issues/87)) ([39484e6](https://github.com/input-output-hk/atala-prism-mediator/commit/39484e68b87bf2c20570c271b9ee8fd447471b9f)) Signed-off-by: atala-dev Signed-off-by: Shailesh Patil --- 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 cf270ba5..bf98fa30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.1...prism-mediator-v0.8.2) (2023-08-18) + + +### Bug Fixes + +* alias list is empty in new acounts by default ([#87](https://github.com/input-output-hk/atala-prism-mediator/issues/87)) ([39484e6](https://github.com/input-output-hk/atala-prism-mediator/commit/39484e68b87bf2c20570c271b9ee8fd447471b9f)) + ## [0.8.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.0...prism-mediator-v0.8.1) (2023-08-18) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index abe0eb46..860e3bc2 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.8.1" +appVersion: "0.8.2" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 880773d5..63bd02ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.8.1", + "version": "0.8.2", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 32c2dfaf..cedbb9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.8.1", + "version": "0.8.2", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 0eca38e5..00aca8bb 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.8.1-SNAPSHOT" +ThisBuild / version := "0.8.2-SNAPSHOT"