From da018b594ac76115f2852ed00a6cf106550c8c72 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 22 Nov 2023 14:20:26 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.12.0 release # [0.12.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.11.0...prism-mediator-v0.12.0) (2023-11-22) ### Features * websockets support ([#172](https://github.com/input-output-hk/atala-prism-mediator/issues/172)) ([30da5e7](https://github.com/input-output-hk/atala-prism-mediator/commit/30da5e7603e5373b96762214f82b0329a5d4000d)) --- 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 a9860165..4a8a3777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.12.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.11.0...prism-mediator-v0.12.0) (2023-11-22) + + +### Features + +* websockets support ([#172](https://github.com/input-output-hk/atala-prism-mediator/issues/172)) ([30da5e7](https://github.com/input-output-hk/atala-prism-mediator/commit/30da5e7603e5373b96762214f82b0329a5d4000d)) + # [0.11.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.10.2...prism-mediator-v0.11.0) (2023-11-10) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index d3ec3366..163f82e8 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.11.0" +appVersion: "0.12.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 83de276a..574913ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.11.0", + "version": "0.12.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 28fbe200..59a00bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.11.0", + "version": "0.12.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 349c2b4f..c8fefe82 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.11.0-SNAPSHOT" +ThisBuild / version := "0.12.0-SNAPSHOT"