diff --git a/pollux/lib/CHANGELOG.md b/pollux/lib/CHANGELOG.md index 3bf4db6227..752b12dc23 100644 --- a/pollux/lib/CHANGELOG.md +++ b/pollux/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [pollux-v0.6.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.5.0...pollux-v0.6.0) (2022-12-02) + + +### Features + +* **pollux:** validate the current record state on each protocol action received ([#193](https://github.com/input-output-hk/atala-prism-building-blocks/issues/193)) ([6fffde2](https://github.com/input-output-hk/atala-prism-building-blocks/commit/6fffde28bee50b130a0f1f8b5f4dae80ec488498)) + # [pollux-v0.5.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/pollux-v0.4.0...pollux-v0.5.0) (2022-11-28) diff --git a/pollux/lib/version.sbt b/pollux/lib/version.sbt index 0908091720..5bf12846b2 100644 --- a/pollux/lib/version.sbt +++ b/pollux/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.5.0-SNAPSHOT" +ThisBuild / version := "0.6.0-SNAPSHOT"