Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.3.0 release
Browse files Browse the repository at this point in the history
# [0.3.0](prism-mediator-v0.2.0...prism-mediator-v0.3.0) (2023-07-07)

### Bug Fixes

* dynamic DID on the web page ([#40](#40)) ([0949a19](0949a19))
* mediator docker-compose image repo and version ([#39](#39)) ([116174b](116174b))
* mediator rename package and refactoring ([#41](#41)) ([c755c99](c755c99))

### Features

* fix mongo config when no port & support gzip ([#35](#35)) ([b2b2a02](b2b2a02))
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent d8628a3 commit 4884828
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.3.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.2.0...prism-mediator-v0.3.0) (2023-07-07)


### Bug Fixes

* dynamic DID on the web page ([#40](https://github.com/input-output-hk/atala-prism-mediator/issues/40)) ([0949a19](https://github.com/input-output-hk/atala-prism-mediator/commit/0949a191679caf91575a7d27d69ad1ced89577cd))
* mediator docker-compose image repo and version ([#39](https://github.com/input-output-hk/atala-prism-mediator/issues/39)) ([116174b](https://github.com/input-output-hk/atala-prism-mediator/commit/116174ba616c31f5f28c099dfb1b04a360d258e0))
* mediator rename package and refactoring ([#41](https://github.com/input-output-hk/atala-prism-mediator/issues/41)) ([c755c99](https://github.com/input-output-hk/atala-prism-mediator/commit/c755c99f3547561b46d3b2cbac4e3cecc467d0c6))


### Features

* fix mongo config when no port & support gzip ([#35](https://github.com/input-output-hk/atala-prism-mediator/issues/35)) ([b2b2a02](https://github.com/input-output-hk/atala-prism-mediator/commit/b2b2a02261ffdd5a4362e4b8e28f34479f4eccef))

# [0.2.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.1.1...prism-mediator-v0.2.0) (2023-07-04)


Expand Down
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.2.0",
"version": "0.3.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.2.0-SNAPSHOT"
ThisBuild / version := "0.3.0-SNAPSHOT"

0 comments on commit 4884828

Please sign in to comment.