From 06c0b892a7d45d4e1e318a1b7bcd0bb97566f058 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Fri, 18 Aug 2023 09:58:31 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.7.0 release # [0.7.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.6.0...prism-mediator-v0.7.0) (2023-08-18) ### Bug Fixes * mediator test ([#71](https://github.com/input-output-hk/atala-prism-mediator/issues/71)) ([7572dcc](https://github.com/input-output-hk/atala-prism-mediator/commit/7572dcc5bbd8ec07ee452bfc044863e50324c909)) * parsing error when return_route is none ([#77](https://github.com/input-output-hk/atala-prism-mediator/issues/77)) ([02dde1e](https://github.com/input-output-hk/atala-prism-mediator/commit/02dde1efc3b051b8c65e0d819c8737ebe769a66c)) * UserAccountRepo.createOrFindDidAccount ([#69](https://github.com/input-output-hk/atala-prism-mediator/issues/69)) ([3526f0a](https://github.com/input-output-hk/atala-prism-mediator/commit/3526f0a358b9928d74d1600b5705d42e36c90791)) ### Features * Error handling and Send Problem Reports ([#65](https://github.com/input-output-hk/atala-prism-mediator/issues/65)) ([fe46055](https://github.com/input-output-hk/atala-prism-mediator/commit/fe460550e8f1906eeaf29eb8cec45f6170fe7cbd)) Signed-off-by: atala-dev --- CHANGELOG.md | 14 ++++++++++++++ infrastructure/charts/mediator/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c83edc..d0ea20b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.7.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.6.0...prism-mediator-v0.7.0) (2023-08-18) + + +### Bug Fixes + +* mediator test ([#71](https://github.com/input-output-hk/atala-prism-mediator/issues/71)) ([7572dcc](https://github.com/input-output-hk/atala-prism-mediator/commit/7572dcc5bbd8ec07ee452bfc044863e50324c909)) +* parsing error when return_route is none ([#77](https://github.com/input-output-hk/atala-prism-mediator/issues/77)) ([02dde1e](https://github.com/input-output-hk/atala-prism-mediator/commit/02dde1efc3b051b8c65e0d819c8737ebe769a66c)) +* UserAccountRepo.createOrFindDidAccount ([#69](https://github.com/input-output-hk/atala-prism-mediator/issues/69)) ([3526f0a](https://github.com/input-output-hk/atala-prism-mediator/commit/3526f0a358b9928d74d1600b5705d42e36c90791)) + + +### Features + +* Error handling and Send Problem Reports ([#65](https://github.com/input-output-hk/atala-prism-mediator/issues/65)) ([fe46055](https://github.com/input-output-hk/atala-prism-mediator/commit/fe460550e8f1906eeaf29eb8cec45f6170fe7cbd)) + # [0.6.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.5.0...prism-mediator-v0.6.0) (2023-07-27) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 0acf18e6..7b7bccf1 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.6.0" +appVersion: "0.7.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index d2874142..f1848ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.6.0", + "version": "0.7.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index a8f87d2f..843fddfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.6.0", + "version": "0.7.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 5bf12846..f3c91be7 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.6.0-SNAPSHOT" +ThisBuild / version := "0.7.0-SNAPSHOT"