From 9601174c27f2f67bde1d00e67e9c8af505f5b73b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Aug 2024 13:01:25 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] ## [3.2.0](https://github.com/cheqd/studio/compare/3.1.0...3.2.0) (2024-08-06) ### Features * Provision mainnet account for customers on account bootstrap [DEV-4203] ([#567](https://github.com/cheqd/studio/issues/567)) ([3ad0955](https://github.com/cheqd/studio/commit/3ad0955f5d7e33083a790045319ffae11630da4e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b8ba61..ab4ccf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/cheqd/studio/compare/3.1.0...3.2.0) (2024-08-06) + + +### Features + +* Provision mainnet account for customers on account bootstrap [DEV-4203] ([#567](https://github.com/cheqd/studio/issues/567)) ([3ad0955](https://github.com/cheqd/studio/commit/3ad0955f5d7e33083a790045319ffae11630da4e)) + ## [3.2.0-develop.1](https://github.com/cheqd/studio/compare/3.1.0...3.2.0-develop.1) (2024-08-06) diff --git a/package.json b/package.json index c11e72d0..b6270ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.2.0-develop.1", + "version": "3.2.0", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",