From d111dbe0b9e38c9dc862921d38a25b1c6c67a211 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Mon, 21 Aug 2023 16:18:47 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.9.0 release # [0.9.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.2...prism-mediator-v0.9.0) (2023-08-21) ### Features * Store outbound messages ([#84](https://github.com/input-output-hk/atala-prism-mediator/issues/84)) ([3576656](https://github.com/input-output-hk/atala-prism-mediator/commit/3576656844834d0ecc6365b912dda6f383936d5f)) Signed-off-by: atala-dev --- 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 bf98fa30..fb3cea10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.9.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.8.2...prism-mediator-v0.9.0) (2023-08-21) + + +### Features + +* Store outbound messages ([#84](https://github.com/input-output-hk/atala-prism-mediator/issues/84)) ([3576656](https://github.com/input-output-hk/atala-prism-mediator/commit/3576656844834d0ecc6365b912dda6f383936d5f)) + ## [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) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 860e3bc2..ed1f26b6 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.2" +appVersion: "0.9.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 63bd02ef..44c3e5ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.8.2", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.8.2", + "version": "0.9.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index cedbb9cf..ec59bfa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.8.2", + "version": "0.9.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 00aca8bb..31f84d3d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.8.2-SNAPSHOT" +ThisBuild / version := "0.9.0-SNAPSHOT"