diff --git a/CHANGELOG.md b/CHANGELOG.md index abf40e28..6744dab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.14.3](https://github.com/input-output-hk/atala-prism-mediator/compare/identus-mediator-v0.14.2...identus-mediator-v0.14.3) (2024-04-17) + + +### Bug Fixes + +* Change from name var to fix name ([#286](https://github.com/input-output-hk/atala-prism-mediator/issues/286)) ([82611be](https://github.com/input-output-hk/atala-prism-mediator/commit/82611bef4399a56c4e66127d58e75991a3f367fe)) +* Release mediator tagFormat ([#285](https://github.com/input-output-hk/atala-prism-mediator/issues/285)) ([93d5ba9](https://github.com/input-output-hk/atala-prism-mediator/commit/93d5ba9aeadbb14266dbfde63fb4481f48a73c75)) + # 1.0.0 (2024-04-17) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 270d815d..cc544820 100644 --- a/infrastructure/charts/mediator/Chart.yaml +++ b/infrastructure/charts/mediator/Chart.yaml @@ -13,10 +13,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 0.14.3 # This is the version number of the application being deployed. This version number should be # 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: "1.0.0" +appVersion: "0.14.3" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 292ee865..9aa401f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "identus-mediator", - "version": "1.0.0", + "version": "0.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "identus-mediator", - "version": "1.0.0", + "version": "0.14.3", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index bf2b0472..aa24866a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "identus-mediator", - "version": "0.14.2", + "version": "0.14.3", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index a5f65fc7..bfcfec08 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.0.0-SNAPSHOT" +ThisBuild / version := "0.14.3-SNAPSHOT"