Skip to content

Commit

Permalink
chore(release): cut mediator 0.14.4 release
Browse files Browse the repository at this point in the history
## [0.14.4](identus-mediator-v0.14.3...identus-mediator-v0.14.4) (2024-04-17)

### Bug Fixes

* Change atala-prism-mediator to identus-mediator ([#287](#287)) ([0054033](0054033))
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent c9932fb commit 6334fab
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.14.4](https://github.com/input-output-hk/atala-prism-mediator/compare/identus-mediator-v0.14.3...identus-mediator-v0.14.4) (2024-04-17)


### Bug Fixes

* Change atala-prism-mediator to identus-mediator ([#287](https://github.com/input-output-hk/atala-prism-mediator/issues/287)) ([0054033](https://github.com/input-output-hk/atala-prism-mediator/commit/0054033a02562c2ebac0381bdd1f5e0a04c66de9))

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


Expand Down
4 changes: 2 additions & 2 deletions infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.14.3
version: 0.14.4
# 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: "0.14.3"
appVersion: "0.14.4"
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": "identus-mediator",
"version": "0.14.3",
"version": "0.14.4",
"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.14.3-SNAPSHOT"
ThisBuild / version := "0.14.4-SNAPSHOT"

0 comments on commit 6334fab

Please sign in to comment.