File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.8.1] - 2024-05-21
9
+
10
+ ### Added
11
+
12
+ - Support for encrypted metadata for elections.
13
+ - Vote information for encrypted votes with the corresponding vote package.
14
+
8
15
## [ 0.8.0] - 2024-04-19
9
16
10
17
### Added
@@ -466,6 +473,7 @@ which extend from the abstract `Election` class.
466
473
467
474
- First unstable version of the SDK for testing purposes
468
475
476
+ [ 0.8.1 ] : https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.1
469
477
[ 0.8.0 ] : https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.0
470
478
[ 0.7.5 ] : https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.7.5
471
479
[ 0.7.4 ] : https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.7.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vocdoni/sdk" ,
3
3
"author" : " Vocdoni" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"description" : " ⚒️An SDK for building applications on top of Vocdoni API" ,
6
6
"repository" : " https://github.com/vocdoni/vocdoni-sdk.git" ,
7
7
"license" : " AGPL-3.0-or-later" ,
You can’t perform that action at this time.
0 commit comments