Skip to content

Commit

Permalink
chore(ref-imp): publish release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Sep 4, 2020
1 parent 0740576 commit 438ff11
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [0.11.0](https://github.com/decentralized-identity/sidetree/compare/v0.9.1...v0.11.0) (2020-09-04)


### Bug Fixes

* **ref-imp:** [#760](https://github.com/decentralized-identity/sidetree/issues/760) - Fixed long-form resolution not verifying delta size ([fc1e8a9](https://github.com/decentralized-identity/sidetree/commit/fc1e8a90e0a5a0a45cead4c99c206e093ada20cc))
* **ref-imp:** added size limit for writer_lock_id field in anchor file ([be481c0](https://github.com/decentralized-identity/sidetree/commit/be481c002c8643d65e7203097338ddc94eca6cd6))
* **ref-imp:** fixed all typos in code ([123d30a](https://github.com/decentralized-identity/sidetree/commit/123d30a1ae42e5c406d1840b3501f37e8b7c79d0))
* **ref-imp:** fixed initialization failure when restart bitcoin proce… ([#845](https://github.com/decentralized-identity/sidetree/issues/845)) ([289ffce](https://github.com/decentralized-identity/sidetree/commit/289ffce52f397fc92cb267ed97e80888b3635d9e))


### Features

* **ref-imp:** [#336](https://github.com/decentralized-identity/sidetree/issues/336) - added published field in method metadata + fixed issue [#833](https://github.com/decentralized-identity/sidetree/issues/833) ([f3f8318](https://github.com/decentralized-identity/sidetree/commit/f3f8318031ef66ccb7ec12428f4aa000683037c9))
* **ref-imp:** [#766](https://github.com/decentralized-identity/sidetree/issues/766) - Implemented hashing of public key as reveal value ([2b529f0](https://github.com/decentralized-identity/sidetree/commit/2b529f0a2d7290d85e3c67d06fb838dcefaf856a))
* **ref-imp:** [#847](https://github.com/decentralized-identity/sidetree/issues/847) - Added new long form DID format support ([b6945a9](https://github.com/decentralized-identity/sidetree/commit/b6945a9286d053e8254b604c8926ce35dc21d47c))
* **ref-imp:** add support for bitcoin regtest network ([447337b](https://github.com/decentralized-identity/sidetree/commit/447337be30e9b3cf7c130d98204daea59d8b96ae))
* **ref-imp:** changed IPFS CAS adaptor to use IPFS HTTP API directly ([a84f079](https://github.com/decentralized-identity/sidetree/commit/a84f079607bad63de2aac8d04acaefecc820fb39))
* update language around commitments ([2071e92](https://github.com/decentralized-identity/sidetree/commit/2071e92c162f8a117932020b21a08c50f38926af))



<a name="0.10.0"></a>
# [0.10.0](https://github.com/decentralized-identity/sidetree/compare/v0.9.1...v0.10.0) (2020-07-28)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decentralized-identity/sidetree",
"version": "0.10.0",
"version": "0.11.0",
"description": "Node.js implementation of Sidetree.",
"repository": "https://github.com/decentralized-identity/sidetree",
"license": "Apache-2.0",
Expand Down

0 comments on commit 438ff11

Please sign in to comment.