From e38b2d09b5eab158835f82d57e02db9c4a19b814 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Fri, 2 Dec 2022 08:56:36 +0000 Subject: [PATCH] chore(release): cut connect library 0.3.0 release [skip ci] # [connect-v0.3.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.2.0...connect-v0.3.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)) --- connect/lib/CHANGELOG.md | 7 +++++++ connect/lib/version.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/connect/lib/CHANGELOG.md b/connect/lib/CHANGELOG.md index 94215b5c89..07d4bbf653 100644 --- a/connect/lib/CHANGELOG.md +++ b/connect/lib/CHANGELOG.md @@ -1,3 +1,10 @@ +# [connect-v0.3.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.2.0...connect-v0.3.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)) + # [connect-v0.2.0](https://github.com/input-output-hk/atala-prism-building-blocks/compare/connect-v0.1.0...connect-v0.2.0) (2022-11-28) diff --git a/connect/lib/version.sbt b/connect/lib/version.sbt index 38a1b868f1..8c7e5e0d8c 100644 --- a/connect/lib/version.sbt +++ b/connect/lib/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.2.0-SNAPSHOT" +ThisBuild / version := "0.3.0-SNAPSHOT"