Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
chore(release): update changelog and version to 3.21.0 (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Shuplenkov <[email protected]>
  • Loading branch information
2 people authored and antouhou committed Oct 25, 2021
1 parent c9a58be commit efa0674
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#DRIVE_BRANCH=v0.21-dev
#DAPI_BRANCH=v0.21-dev
#DASHMATE_BRANCH=update-dependencies
DASHMATE_BRANCH=v0.21-dev
TEST_SUITE_BRANCH=update-dependencies
#LOG_LEVEL=silly
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.21.0](https://github.com/dashevo/DashJS/compare/v3.20.3...v3.21.0) (2021-10-21)


### Features

* **Document:** throw error on null Data Сontract ([#244](https://github.com/dashevo/DashJS/issues/244))
* support higher protocol version ([#271](https://github.com/dashevo/DashJS/issues/271))
* add `driveProtocolVersion` option ([#249](https://github.com/dashevo/DashJS/issues/249))
* convenient broadcast errors ([#262](https://github.com/dashevo/DashJS/issues/262), [#266](https://github.com/dashevo/DashJS/issues/266), [#273](https://github.com/dashevo/DashJS/issues/273))

### BREAKING CHANGE

`StateTransitionBroadcastError#getData` is removed. Use `StateTransitionBroadcastError#getCause` to get additional details.



## [3.20.3](https://github.com/dashevo/DashJS/compare/v3.20.2...v3.20.3) (2021-08-08)

### Chores
Expand Down
Loading

0 comments on commit efa0674

Please sign in to comment.