Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.14.0 release
Browse files Browse the repository at this point in the history
# [0.14.0](prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)

### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](#211)) ([dee7dc2](dee7dc2))

### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](#204)) ([26a1623](26a1623)), closes [#158](#158)

Signed-off-by: atala-dev <atala.dev@iohk.io>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
atala-dev authored and mineme0110 committed May 1, 2024
1 parent d08d3fd commit 30c1075
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.14.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.13.0...prism-mediator-v0.14.0) (2024-02-06)


### Bug Fixes

* re-enable the logging based on X-Request-Id header ([#211](https://github.com/input-output-hk/atala-prism-mediator/issues/211)) ([dee7dc2](https://github.com/input-output-hk/atala-prism-mediator/commit/dee7dc2bd9a0de689e2c6fb8141383aa7779d6a4))


### Features

* Update ScalaDID to 0.1.0-M18 and support new format of DID Peer ([#204](https://github.com/input-output-hk/atala-prism-mediator/issues/204)) ([26a1623](https://github.com/input-output-hk/atala-prism-mediator/commit/26a16230d7e7e68ccff92bc4f8fc1fd403254200)), closes [#158](https://github.com/input-output-hk/atala-prism-mediator/issues/158)

# [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)


Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0"
appVersion: "0.14.0"
dependencies: []
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atala-prism-mediator",
"version": "0.13.0",
"version": "0.14.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.13.0-SNAPSHOT"
ThisBuild / version := "0.14.0-SNAPSHOT"

0 comments on commit 30c1075

Please sign in to comment.