diff --git a/prism-agent/service/CHANGELOG.md b/prism-agent/service/CHANGELOG.md index 3f60d6689a..a13fcea426 100644 --- a/prism-agent/service/CHANGELOG.md +++ b/prism-agent/service/CHANGELOG.md @@ -1,3 +1,10 @@ +# [prism-agent-v0.57.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.56.0...prism-agent-v0.57.0) (2023-03-21) + + +### Features + +* **prism-agent:** Update pollux lib to 0.43.0 includes the nimbus-jo… ([#460](https://github.com/input-output-hk/atala-prism-building-blocks/issues/460)) ([adb7000](https://github.com/input-output-hk/atala-prism-building-blocks/commit/adb7000348a29a83ca59f0d945b1327795dd3b42)) + # [prism-agent-v0.56.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.55.0...prism-agent-v0.56.0) (2023-03-17) diff --git a/prism-agent/service/version.sbt b/prism-agent/service/version.sbt index 2eb384edfc..9b21683392 100644 --- a/prism-agent/service/version.sbt +++ b/prism-agent/service/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.56.0-SNAPSHOT" +ThisBuild / version := "0.57.0-SNAPSHOT"