diff --git a/prism-agent/service/CHANGELOG.md b/prism-agent/service/CHANGELOG.md index d7f8b5c177..011b5554fe 100644 --- a/prism-agent/service/CHANGELOG.md +++ b/prism-agent/service/CHANGELOG.md @@ -1,3 +1,10 @@ +# [prism-agent-v0.40.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.39.0...prism-agent-v0.40.0) (2023-02-16) + + +### Features + +* **prism-agent:** ATL-3554 clean-up OAS and remove unused endpoints and definitions ([#376](https://github.com/input-output-hk/atala-prism-building-blocks/issues/376)) ([146cd52](https://github.com/input-output-hk/atala-prism-building-blocks/commit/146cd52062c712de30c9862c32cba73ebe213a89)) + # [prism-agent-v0.39.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/prism-agent-v0.38.0...prism-agent-v0.39.0) (2023-02-15) diff --git a/prism-agent/service/version.sbt b/prism-agent/service/version.sbt index 441db54926..e61cf9c863 100644 --- a/prism-agent/service/version.sbt +++ b/prism-agent/service/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.39.0-SNAPSHOT" +ThisBuild / version := "0.40.0-SNAPSHOT"