Skip to content

Commit ee63905

Browse files
committed
v0.8.1 bump
1 parent c61694d commit ee63905

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
815
## [0.8.0] - 2024-04-19
916

1017
### Added
@@ -466,6 +473,7 @@ which extend from the abstract `Election` class.
466473

467474
- First unstable version of the SDK for testing purposes
468475

476+
[0.8.1]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.1
469477
[0.8.0]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.8.0
470478
[0.7.5]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.7.5
471479
[0.7.4]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.7.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vocdoni/sdk",
33
"author": "Vocdoni",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"description": "⚒️An SDK for building applications on top of Vocdoni API",
66
"repository": "https://github.com/vocdoni/vocdoni-sdk.git",
77
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)