diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b5947b..39dbaefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.13.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.3...prism-mediator-v0.13.0) (2023-11-30) + + +### Bug Fixes + +* register the transport ([#192](https://github.com/input-output-hk/atala-prism-mediator/issues/192)) ([e73a2ab](https://github.com/input-output-hk/atala-prism-mediator/commit/e73a2ab74c60916eec68f0415ba9a1d3da5c2587)) + + +### Features + +* Update timeout settings for websocket ([#191](https://github.com/input-output-hk/atala-prism-mediator/issues/191)) ([11a4437](https://github.com/input-output-hk/atala-prism-mediator/commit/11a44376664c55e97e18faa2b7f7849591b20532)) + ## [0.12.3](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.2...prism-mediator-v0.12.3) (2023-11-30) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 4d90a065..8436e020 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.12.3" +appVersion: "0.13.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 7ce358c6..ce1a1d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.12.3", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.12.3", + "version": "0.13.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index d143ff34..322b8ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.12.3", + "version": "0.13.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 797779a1..f9df5561 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.12.3-SNAPSHOT" +ThisBuild / version := "0.13.0-SNAPSHOT"