Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
chore(release): update changelog and bump version to 0.16.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 27, 2020
1 parent a82e46b commit 0bf8a1d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.16.0](https://github.com/dashevo/dapi-grpc/compare/v0.15.0...v0.16.0) (2020-10-26)


### Bug Fixes

* protobuf converts empty Buffer to undefined ([#94](https://github.com/dashevo/dapi-grpc/issues/94)) ([cbeacd8](https://github.com/dashevo/dapi-grpc/commit/cbeacd832f843fc955254c1cddfd3454969ee209))


### Features

* add `getIdentitiesByPublicKeyHashes` and `getIdentityIdsByPublicKeyHashes` to platform service ([#89](https://github.com/dashevo/dapi-grpc/issues/89), [#92](https://github.com/dashevo/dapi-grpc/issues/92))
* use bytes for identifiers ([#91](https://github.com/dashevo/dapi-grpc/issues/91))


### BREAKING CHANGES

* `getIdentityIdByFirstPublicKey` and `getIdentityByFirstPublicKey` removed
* `GetDataContractRequest`, `GetDocumentsRequest`, `GetIdentityRequest` now accepts bytes



# [0.15.0](https://github.com/dashevo/dapi-grpc/compare/v0.14.0...v0.15.0) (2020-09-04)


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": "@dashevo/dapi-grpc",
"version": "0.16.0-dev.3",
"version": "0.16.0",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down

0 comments on commit 0bf8a1d

Please sign in to comment.