Skip to content

Commit

Permalink
chore(release): 3.0.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0-develop.1](2.0.0...3.0.0-develop.1) (2023-02-14)

### ⚠ BREAKING CHANGES

* Refactor code according to latest sdk

### Features

* Create address from mnemonic ([f706427](f706427))
* integrate v2 protos && support resource creation ([53d9f20](53d9f20))
* Integrate v2protos ([#53](#53)) ([4b416a1](4b416a1))
* Refactor code according to latest sdk ([efcc992](efcc992))
* Remove internal secret mode ([1978583](1978583))
* Support Client managed secret mode ([#66](#66)) ([a8fe2b4](a8fe2b4))
* Support deactivate did tx ([ea4b28f](ea4b28f))
* Support mnemonic secret && Update validation and swagger ([c5bafed](c5bafed))
* Upgrade sdk && refactor ([8854932](8854932))

### Bug Fixes

* Create Validator ([#88](#88)) ([d209213](d209213))
* DID Document validation ([#73](#73)) ([c963e78](c963e78))
* Env change ([#67](#67)) ([c3dcef9](c3dcef9))
* Resource validation ([91d968a](91d968a))
* **workflows:** Resolve semantic release issues [DEV-2194] ([#83](#83)) ([167cbff](167cbff))
  • Loading branch information
semantic-release-bot committed Feb 14, 2023
1 parent 99b575e commit aa0d36d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.0.0-develop.1](https://github.com/cheqd/did-registrar/compare/2.0.0...3.0.0-develop.1) (2023-02-14)


### ⚠ BREAKING CHANGES

* Refactor code according to latest sdk

### Features

* Create address from mnemonic ([f706427](https://github.com/cheqd/did-registrar/commit/f7064272b95d7486e97aa6293ef8122823128923))
* integrate v2 protos && support resource creation ([53d9f20](https://github.com/cheqd/did-registrar/commit/53d9f2065e2163a2958e4b505458b68c3b32a5c6))
* Integrate v2protos ([#53](https://github.com/cheqd/did-registrar/issues/53)) ([4b416a1](https://github.com/cheqd/did-registrar/commit/4b416a18d6174dd06edc9f20b2ffe99c2056f38e))
* Refactor code according to latest sdk ([efcc992](https://github.com/cheqd/did-registrar/commit/efcc9923ec8285a082caf09020c5cbfb453746e6))
* Remove internal secret mode ([1978583](https://github.com/cheqd/did-registrar/commit/1978583e434c08b6e31e37f6d2342d9df09f138d))
* Support Client managed secret mode ([#66](https://github.com/cheqd/did-registrar/issues/66)) ([a8fe2b4](https://github.com/cheqd/did-registrar/commit/a8fe2b493abda38e967ab9af30f1b4f51ae61f8c))
* Support deactivate did tx ([ea4b28f](https://github.com/cheqd/did-registrar/commit/ea4b28f7a42f666e75f377595a79ac443dec39ac))
* Support mnemonic secret && Update validation and swagger ([c5bafed](https://github.com/cheqd/did-registrar/commit/c5bafed3f294637f3389789d21740d25634951f9))
* Upgrade sdk && refactor ([8854932](https://github.com/cheqd/did-registrar/commit/8854932a8b8cf33d5aef5ab19770a8052b197846))


### Bug Fixes

* Create Validator ([#88](https://github.com/cheqd/did-registrar/issues/88)) ([d209213](https://github.com/cheqd/did-registrar/commit/d209213361a2375d839f00b9e5c334f82a5e2ab8))
* DID Document validation ([#73](https://github.com/cheqd/did-registrar/issues/73)) ([c963e78](https://github.com/cheqd/did-registrar/commit/c963e78535aa3c63901b865db9705e7c29da7d49))
* Env change ([#67](https://github.com/cheqd/did-registrar/issues/67)) ([c3dcef9](https://github.com/cheqd/did-registrar/commit/c3dcef99c2c598f05d8502af724beef3034f0d92))
* Resource validation ([91d968a](https://github.com/cheqd/did-registrar/commit/91d968a85954227b543615143e0a922dbaef5ee1))
* **workflows:** Resolve semantic release issues [DEV-2194] ([#83](https://github.com/cheqd/did-registrar/issues/83)) ([167cbff](https://github.com/cheqd/did-registrar/commit/167cbfff31a658fc0fb19b39a4da3f64f532cbde))

## [2.0.0](https://github.com/cheqd/did-registrar/compare/1.1.5...2.0.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/did-registrar",
"version": "2.0.0",
"version": "3.0.0-develop.1",
"description": "Universal Registrar for cheqd DID method",
"homepage": "https://github.com/cheqd/did-registrar#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit aa0d36d

Please sign in to comment.