Skip to content

Commit

Permalink
Merge pull request #197 from aion-dk/release
Browse files Browse the repository at this point in the history
Updated version and changelog for new release v1.1.5
  • Loading branch information
av-alexander authored Jul 18, 2022
2 parents 065e4ed + b5d3e70 commit cd8d693
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# AV Client Library Changelog
## 1.1.5
- Move authorizationMode under voterAuthorizer and rename values:
- proof-of-identity and proof-of-private-key
- Allow registering as a voter by proof of identity or proof of private key
- Allow submitting blank if dbb config allows.

## 1.1.4
- Have voter registration fetch and sign latest config item rather than latest VA config item.

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": "@aion-dk/js-client",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"description": "Assembly Voting JS client",
"main": "dist/lib/av_client.js",
Expand Down

0 comments on commit cd8d693

Please sign in to comment.